Thanks for creating this plugin. I’ve got it working but there is a bit of an issue where the standard CF7 form flashes up first and then disappears and is replaced with the conversational form. Is there a way to stop this happening as its a bit unsightly?
Cheers
]]>HI There!
Thank you for turning Conversational Form to a plugin!
The problem, the plugin did not activate by changing the existing form to a CF form. I looked in source code on the page and did not notice or find code modification. Did not CF or the suggested code from the GitHub repository.
Getting started
Include ConversationalForm in your page
<script type="text/javascript" src="https://cf-4053.kxcdn.com/conversational-form/0.9.5/conversational-form.min.js" crossorigin></script>
ConversationalForm will automatically look through the DOM for a form element with the attibute cf-form, and auto-instantiate.
<form id="my-form-element" cf-form ...>
That’s it! Your form is now conversational ??
hi there,
how do you use this plugin. Do you have any documentation or demo?
]]>