• Trying to use additional setting so Flamingo populates. What am I doing wrong:

    Additional Settings:
    your-subject:”Appointment Request”
    your-name:”[text-name] [text-last-name]”
    your-email:”[email-777]”

    Form:

    <div class="cf7-form row">
    	<div class="col-md-6 name">[text* text-name placeholder "First Name"]</div>
    	<div class="col-md-6 name">[text* text-last-name placeholder "Last Name"]</div>
    	<div class="col-md-6 phone">[text* text-phone placeholder "Phone Number"]</div>
    	<div class="col-md-6 email">[email* email-777 placeholder "E-mail" ]</div>
    	<div class="col-md-12 select">[select menu-reason class:form-control "Reason for Your Visit" "Exam & Cleaning" "Consultation" "Treatment" "Tongue, Lip, Cheek Tie" "Urgent Dental Care" "Other"]</div>
    <!--<div class="col-md-6 date">[date date-667]</div>-->
    	<!--<div class="col-md-6 time">[select menu-time class:form-control"Any time" "08:00 AM - 11:00 AM" "11:00 AM - 02:00 PM" "02:00 PM - 06:00 PM"]</div>-->
    	<!--<div class="col-md-12">[textarea textarea-notes placeholder "Notes for the Doctor"]</div>-->
    	<div class="col-md-12 text-center">[submit class:btn class:btn-c1 class:btn-lg "Request Appointment"]</div>
    </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Flamingo Inbound Message’ is closed to new replies.