Hi, I have a Toolset form for front end user entry and would like to display/embed this in a Divi page. I've read that you support Divi but cannot see any documentation on how I can add this form. Are you able to advise?
Many thanks
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Shane,
You can add our form to your divi template.
Our Toolset forms has a shortcode that allows you to add the form to any page you wish. Here is an example of the shortcode below.
[cred_form form="add-new-post"]
In your case you will need to replace the "add-new-post" with the slug of your actual form.
Please let me know if this helps.
Thanks,
Shane
Thanks Shane (Nice name)
Do you know I can set an edit form so only the original poster can edit the post?
Many thanks
Shane
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Shane,
Actually yes, you can check this with a conditional statement below.
[wpv-conditional if="( '[wpv-current-user info='id']' eq '[wpv-post-author meta='ID']')"]
Forms shortcode goes here.
[/wpv-conditional]
Please try this and let me know if it helps.
Thanks,
Shane