Cyriac Athickal
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table content not showingHi @tobiasbg,
I tried reinstalling the plugin from the plugin directory. But still table content is not loading. Then I deactivated all the activated plugins in site by keeping Tablepress active in order to check if its any plugin conflict. But still the table content is not loading. Same error is showing in the console.
Thanks Prashant. Will open a ticket in the WP Forms account dashboard. Thank you for the support.
Hi Ralden,
Thank you so much for the response. I’ve opened a support ticket in WP Forms and awaiting for the response.
Hi Prashant,
Sorry for the late reply. I have checked the form by deactivating the plugins and switching the themes. The result is still same. On initial submit the form is submitting. but on second time it’s not working.
Hi Prashant,
Yes. I have added the custom hook to display the success message after the submit button and to show the form after submit. This is the code I’ve added. Upon removing the code the form get removed and only the success message is displayed.
add_action('wpforms_frontend_confirmation_message_before', 'wpf_dev_frontend_output_success', 1000, 4);
Hi Prashant,
Please find the exported form https://we.tl/t-ngJoPlzTC8
Hi Prashant,
Sorry for the late reply.
Please find the link attached.https://staging.protoexpress.com/sierraelectrotek-v2/career/account-manager
- This reply was modified 1 year, 6 months ago by Cyriac Athickal.
- This reply was modified 1 year, 6 months ago by Cyriac Athickal.
Hi
U can follow the below documentation. To display the confirmation below the submit replace it with ‘wpforms_frontend_confirmation_message_before ‘ hook
https://wpforms.com/developers/wpforms_frontend_confirmation_message/Hi all,
Found the solution.
Using ‘wpforms_frontend_confirmation_message_before’ hook to place the form after submission did the job. The success message will automatically get displayed after form.
Thanks Scott.
In any event, the user would need to be logged in to setup 2FA.
This provides solution to my question.Forum: Plugins
In reply to: [ACF Code Field] abandoned?Hi @airplanenoise ,
Did you get any equivalent one to replace this plugin?