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
forms for mobile phones
Started 14 years ago by eviltwin | 2 posts |
-
Hello everyone - I am in the process of building a mobile website for our club. I created a contact us form for testing and it displays fine on my mobile phone however, the submit button does not work. When you press the "Submit" button - nothing happens.
I am wondering if there is something that can be modified to make this work. Thanks in advance.
Posted 14 years ago # -
Hi there,
We notice that some mobile phones wasn't able to submit the form.
However, we found that the fix is pretty easy.You will need to edit your "includes/view-functions.php" file.
Search around line 1841 for this code:<form id="form_{$form->id}" class="appnitro" {$form_enc_type} method="post" action="#main_body">
change the code above with this one:
<form id="form_{$form->id}" class="appnitro" {$form_enc_type} method="post" action="{$_SERVER['PHP_SELF']}">
I believe that should fix the issue with mobile phone browsers.
MachForm Founder
Posted 14 years ago #
Reply
You must log in to post.