Cannot submit using forms
-
I’ve created a form with only basic options. and I added the list. then I got the php code for the form,it was something like this.
$form_widget = new \MailPoet\Form\Widget(); echo $form_widget->widget(array('form' => 3, 'form_type' => 'php'));
I used the form in my theme’s footer.php file. I can see the form but when I try to submit an email address, it does nothing and immediately showing following error at the bottom of the form.
An error has happened while performing a request, please try again later.
What’s the wrong here? in help->status page all looks fine and it says connection is successful even..
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cannot submit using forms’ is closed to new replies.