Search
-
Sorry for the wait.
I've investigated the issue. The problem was that once you've added the proper email settings to the account, your request would have been fulfilled if you would have been creating a new Web Form, but with existing Web Form, it remembered old value and refused to change. We had applied a fix, and now you should be ...
-
I will investigate your issue and will respond as soon as possible.
Thank you
Victor
-
Hi Ken,
With red I've highlighted the "onsubmit" you need to have in order for validation to happen. With yellow, I've highlighted the script where you will need to insert the email validity script.
Hope it helps.
Victor
<!-- INSERT THE FOLLOWING IN BETWEEN THE ‘BODY’ TAGS IN YOUR HTML PAGE -->
<META ...
-
Great question! The reason why your "from" field is disabled and set to "donotreply@methodintegration.com" is because you haven't setup your own SMTP server. Quick tutorial on on doing that can be found here http://www.methodintegration.com/cs/forums/p/93/757.aspx
Once your SMTP server is ready, you will be able to change ...
-
Hi Ken,
The reason why no validation was being done for you is because for form tag you have used, you were missing an important attribute "onsubmit" that was included in the original HTML that was produced by Method Web Forms. This is how it should look
<form ...
-
Hi Ken,
In order to return "Thank you for submitting your information. A representative will contact you shortly." screen you need to do the following:
1. On "Welcome to Method Web Forms" screen (which is the first screen) choose "Load Existing Web Form" radio button
2. Choose your "Web-To-Lead" web ...
-
Hi Ken,
I beleive I know what the problem is. Try changing <input type="submit" value="Submit" name="submit" id="submit_web_form"> in HTML to <input type="submit" value="Submit" name="submit_web_form" id="submit_web_form">
That should solve the ...
-
Hi Ken,
I've figured out why you had the error "We couldn't authenticate web form provider. Please contact web form provider for any additional information." The problem is that in In "Step 1 of 9" of the wizard, you didn't include the correct URL of your website. You made a small spelling mistake and entered ...
-
Hi Ken,
I am working on it right now and I will respond as soon as possible.
Sorry for the wait.
Victor
-
Hi,
WebForms is usually just a part of the a larger web page, and for that reason it does not generate the header portion.
Instead, we have used a meta tag <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">, which is
accepted by all common browsers and can be used instead of the <HEAD> ...
|
|
|