Form manager – form action does not work
-
Hi,
Using WordPress form manager, i create my form using :
echo fm_doFormBySlug( 'annonces', array( 'action' => 'testurl' ) );The form is well created but the action is not ‘testurl’.
By checking the code, i can see in api.php, fm_displayForm :$fm_display->displayForm($formInfo, array_merge($options, array('action' => $formAction, 'show_submit' => false)));I guess that line overwrite my action parameter.
Any idea ?
Thank you.
The topic ‘Form manager – form action does not work’ is closed to new replies.