• Resolved firasab

    (@firasab)


    I don’t see anywhere to edit the default form to add additional fields to the already existing “Name”, “Email”, “Phone”, “Comment”. I want to add an “Address” field and a “Delivery Method” radio box.

    The only option I see is under “Services” I can choose which form to add, and the ones I create with Contact 7 Forms isn’t allowing me to press the “Book” button to submit the form. Is there really no way to add fields to the existing default form or am I missing where the place to edit this is?

    Also, I have the free version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter firasab

    (@firasab)

    Edit: I read another individual’s post and find out that contact form 7 is the only route to go. So I’ve created this code, however like I suggested the “Book” button doesn’t take you anywhere, just scrolls back up to the form. Is my code wrong?

    <div class="row">
    							<div class="col-md-12 col-lg-6">
    								<div class="form-group">
    									<label class="control-label">Name <span class="required">*</span></label>
    [text* your-name class:form-control]
    								</div>
    							</div>
    							<div class="col-md-12 col-lg-6">
    								<div class="form-group">
    									<label class="control-label">Phone <span class="required">*</span></label>
    [text* phone class:form-control]
    								</div>
    							</div>
    						</div>
    						<div class="form-group">
    							<label class="control-label">E-mail <span class="required">*</span></label>							
    [text* email class:form-control]
    						</div>
    
    					<div class="row">
    						<div class="col-md-12 col-lg-6">
    						<div class="form-group">
    							<label class="control-label">Address <span class="required">*</span></label>							
    								[text* address class:form-control placeholder "Street Address"]
    						</div>
    						</div>
    						<div class="col-md-12 col-lg-6">
    						<div class="form-group">
    							<label class="control-label">Postal Code <span class="required">*</span></label>							
    								[text* postal class:form-control placeholder "N1J 1J1"]
    						</div>
    						</div>
    					</div>
    						<div class="form-group">
    							<label class="control-label">Additional Information</label>
    							
    [textarea message class:form-control]
    						</div>
    Plugin Author Webba Appointment Booking

    (@webba-agency)

    Hello,

    When creating custom forms, please use examples from our official documentation: Using custom fields in the booking form.

    It is important to have classes and labels same as in examples.

    If you have any questions or need any help with a form creation, feel free to contact us.

    Thread Starter firasab

    (@firasab)

    Works great. Thanks friend. However how can I make the new “Address” and “Postal Code” fields show up in my schedule in the backend?

    Edit: Got it to work in the backend panel in settings. You can close this thread. Thanks very much for a great plugin.

    • This reply was modified 4 years, 3 months ago by firasab.
    • This reply was modified 4 years, 3 months ago by firasab.
    Plugin Author Webba Appointment Booking

    (@webba-agency)

    Glad I could help.

    If anything else, feel free to create another topic.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Edit the default form?’ is closed to new replies.