Follow

Custom solution - Choose time slot, then redirect to Infusionsoft webform to complete booking

NEEDS: 

- Infusionsoft webform URL

- AppointmentCore Booking Link

INSTRUCTIONS: 

Create AppointmentCore Booking Link: 

1. Create the AppointmentCore Booking Link that you would like to use for this solution.

2. Insert this code into the AppointmentCore footer: 

<script type="text/javascript" >
var currDate = new Date();
var timestamp = currDate.getTime();
var scriptUrl = "https://www.appointmentcore.com/frontend/etc/custom/v2/bk/AC_header.js";
scriptUrl = scriptUrl + "?c=" + timestamp;
jQuery.getScript(scriptUrl);
</script>

3. Insert this code into the AppointmentCore header, defining the URL of the webform where specified:

<script type="text/javascript">
var redirectToForm = true;
var sendQueryValstoForm = true;
var formUrl = "INSERT THE WEBFORM URL HERE";
</script>

Create Infusionsoft webform

4. Create Infusionsoft webform that contains the fields that the AppointmentCore user wants to gather from the customer (Click here for a tutorial on creating webform)

5. In the Thank-You page of the webform, choose "Web Address" from the dropdown menu, and insert this URL into the field:

http://www.appointmentcore.com/app/form/InsertACsuffixHere?sendData=true

For "InsertACsuffixHere", be sure to insert the unique AppointmentCore suffix from the scheduleyou.in URL. This can be found here:

NOTE: Please be sure to test the solution before providing to customer. 

 

Interested to learn more about our product or schedule a demo, you can book through here

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Powered by Zendesk