This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
move save changes button
Started 14 years ago by grimdesigns | 3 posts |
-
I have a form that is pretty long. Im trying to figure out how to move the save changes button (on the edit entry / admin side) to the top. Actually what I want to do is have to save changes button. One on the top of the form/entry and one on the bottom of the form/entry.
Any help would be greatly appreciated.
Posted 14 years ago # -
You can try to edit "includes/view-functions.php" file. Go to around line 2182 ~ 2186 you will see these code :
{$form->error_message} {$all_element_markup} {$custom_element} {$button_markup}
then change it to
{$form->error_message} {$button_markup} {$all_element_markup} {$custom_element} {$button_markup}
That would show save/submit button in the top and bottom of your forms
MachForm Support
Posted 14 years ago # -
Worked beautifully. Thanks!!!
Posted 14 years ago #
Reply
You must log in to post.