Good job Eric and thank you!
]]>Please I just installed the getresponse integration to my WordPress site. However, it does not appear on the email form tab navigation. Thereby hindering my attempt to integrate the WordPress email form I created with my getresponse list.
the link to my site is
www.ifymbagwu.com
https://www.ads-software.com/plugins/jetpack/
]]>I am posting as I want to create an email feedback form for customers at my company. We have a support ticket system so when a customer requests for support then a ticket number is issued to them. I want a simple feedback form that will be linked with the ticket number. For the form I want three links. Which will be for Excellent, Satisfied or Unhappy. These shall each have a unique identifier. I want excellent to be 1, Satisfied to be 2 and Unhappy to be 3. So when you choose one of the three it should direct to a more detailed web page form. E.g a customer has ticket number 1234. So when they choose excellent it should direct them to a form with their ticket number (feedbackform/1234/1).
Is this possible to do and if so could anyone give me any guidance as I am relatively new to WordPress but have quite a strong understanding of HTML, PHP etc.
Thanks in advance,
Davod
]]>None of the emails listed on this form are getting any submissions:
I inherited management of this site, I did not create it. It is a beautiful site, but hard to disect for me a novice to WP
site: www.taralyne.com
form:
<div class="p7-form">
<form data-url="<?=get_template_directory_uri()?>/forms/contact.php">
<div class="form-section">
<input type="text" name="fname" placeholder="FIRST NAME">
<input type="text" name="lname" placeholder="LAST NAME">
</div>
<div class="form-section">
<input type="text" name="email" placeholder="EMAIL">
<input type="text" name="phone" placeholder="PHONE">
</div>
<div class="form-section">
<textarea name="comments" placeholder="COMMENTS"></textarea>
</div>
<div class="form-section btns">
<a href="#">SUBMIT FORM</a>
<a>" class="btn">GET BROCHURE</a>
</div>
</form>
</div>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I have form code, but no clue how to make it work….site is hosted on godaddy.com
Thanks for any help.
debf