Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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, 1 month ago by firasab.
    • This reply was modified 4 years, 1 month ago by firasab.
    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>
    Thread Starter firasab

    (@firasab)

    Hi. Thank you both for your help.

    I am unsure if FTP access is used with this site. Is there anyway to know for sure?

    Thread Starter firasab

    (@firasab)

    Hey @dylanauty,

    Sorry for the late reply – I have not received an email notification for the post.

    The answer to my question I believe lies in your last paragraph. What I’m looking for is to allow all logged in members in my wordpress site to add markers to the map without having to manually give them the ability to do so.

    Something like an “Add marker here” option under the map would be great. Please let me know if this is possible. Thanks!

    Firas

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