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
Submit form to hash?
Started 14 years ago by Cornelious | 3 posts |
-
I'm using the php embed code. Form is embedded on page index.php. I need the form to submit to index.php#sessions. How can I make it add the #sessions part?
Thanks
Posted 14 years ago # -
Also, is there a way to display name (from form data) in success message?
Posted 14 years ago # -
You can modify your "includes/view-functions.php" file, search around line 2194 for this code:
<form id="form_{$form->id}" class="appnitro" {$form_enc_type} method="post" action="#main_body">
simply change #main_body with #sessions
Regarding your second question, you can check this post:
MachForm Founder
Posted 14 years ago #
Reply
You must log in to post.