Hello,
You can redirect user to ‘thank you’ page using Webba API. More information in our online documentation: https://webba-booking.com/ecosystem/knowledge-base/the-webba-booking-api/
I don’t understand the information on this link. Do you have a version for “dummies” Someone that does not know code.
I can only seem to use the default form. Ninja forms and Contact 7 forms don’t work. 🙁
Hi,
For redirect, please contact us at support@webba-booking.com and team will assist you.
For the form, please past here the code of your CF7 form.
[contact-form-7 id=”631″ title=”Contact Free Call”]
Sorry, I mean content of the form (fields), but you provided shortcode.
<label> Your Name (required)
[text* your-name] </label>
<label> Your Phone Number (required)
[tel* tel-852] </label>
<label> Your Email (required)
[email* your-email] </label>
<label> Your Message
[textarea your-message] </label>
Hi,
Please use this correct code for the form:
<p><label for="wbk-name">Your Name (required)</label>[text* wbk-name class:wbk-text id:wbk-name]</p>
<p><label for="wbk-email">Your Email (required)</label>[text* wbk-email class:wbk-text id:wbk-email]</p>
<p><label for="wbk-phone">Your Phone Number (required)</label>[text* wbk-phone class:wbk-text id:wbk-phone]</p>
<p><label for="wbk-comment">Your Message</label>[textarea wbk-comment class:wbk-textarea id:wbk-comment]</p>
This form now works, but it did not trigger contact 7 redirect. I will contact support@webba-booking.com
Thank you for trying to help me.
For the better follow up, please let us know here as soon as you sent us email to support@webba-booking.com. Thank you.