Form post button with variable
Permalink
Hi there,
In the dashboard i have a form that is using the interface helper which posts my form.
I want to add a second form button that gives the user a different option. I need to pass a variable through with the second button so i know which button has been clicked before processing my form.
I have tried adding an extra value in the arguments section after 'style (btn)' but i get an error. How do i pass a variable through on the button..?
In the dashboard i have a form that is using the interface helper which posts my form.
I want to add a second form button that gives the user a different option. I need to pass a variable through with the second button so i know which button has been clicked before processing my form.
I have tried adding an extra value in the arguments section after 'style (btn)' but i get an error. How do i pass a variable through on the button..?
In my view.php where I'm building my form:
And then in my controller:
So as you can see, edit is being called for all submit buttons, but based on their name the function changes.