Archive for the 'Web-Forms' Category
Verify Emails Before Sending Opt-In Form to Your Autoresponder
Sunday, December 23rd, 2007How often prospects submit your form without filling the fields Or enter abracadabra instead of their email address?… You autoresponder certainly rejects this form, but the prospect will see an error message.
Why confuse them when you can prompt to enter a real email before submitting the opt-in form. It’s possible with a simple javascript code.
How to Customize AutoResponse Plus Thank-you Pages
Friday, August 31st, 2007
When someone submit your ARP opt-in form and confirm their subscription they arrive a thank-you page.
The AutoResponse Plus (ARP3) provides you with default subscriber-facing pages in English.
However you’re able to enter your custom pages URL in the ARP settings to redirect people to these pages.
This allows you to use extra information on these pages or use pages in your native language.
How To Protect your AutoResponse Plus web-form from spam-bots
Tuesday, May 1st, 2007
When you use AutoResponse Plus you can’t change the form-processing script to incorporate anti-spam features described earlier (How to protect a Contact-Form from Form-Spam bots).
And what now?
Fortunately the AutoResponse Plus (ARP3) supports mandatory fields. So we are able to use some JavaScript tricks to prevent ARP3 accepts forms from spam-bots.
How to protect a Contact-Form from Form-Spam bots
Sunday, January 28th, 2007When you have a Contact-Form on your site, you are having problems with spam submissions to the form. Unfortunately, spammers have programs that find forms on the web, and automatically fill them out with spam messages.
The standard way out is the use of captchas. However, there are bots, that can recognize simple captchas in a second. Let’s review ideas of Form-Spam bots blocking without captchas.
How To Give a Discount to customers of your JV-partner
Monday, December 18th, 2006Let’s suppose you decide to make JV with someone to sell you product.
One of the most popular methods is to give a discount to customers or subscribers of your JV partner. How to make it with your Order Page?
This simple PHP-script helps you modify your Order Page quick and easy.
Normalize Their Names In A Web-Form
Friday, November 10th, 2006When people input their names the data goes in the same format to the Data Base, and I have to correct each time manually.
I will explain you what I would like with examples:
If the name input is: “RAUL”, I need it transformed to: “Raul”
If the name input is: “RAúL”, I need it transformed to: “Raúl”
If the name input is: “raúl”, I need it transformed to: “Raúl”
If the name input is: “rAUl”, I need it transformed to: “Raul”
If the name input is: “raUL”, I need it transformed to: “Raul”… from correspondence
Some of autoresponders can capitalize the first letter of names, another can’t. You can force this with any autoresponder and opt-in / squeeze forms.
This simple JavaScript code allows you to normalize the format of names before your web-form is sent to a server.
Comprehensive Feedback Form with Attachments
Thursday, September 7th, 2006You know that spam harvesters are able to take e-mails from websites if they are just coded in standard HTML. You could encode your email as I’ve described earlier. But a feedback form is the best approach.
The most of feedback forms allow them to enter their name, email and type a message. Sometime you may need to send an attached file (a photo, a screenshot…).
This Feedback-Form script provides you with an option to send an attached file with the form message.
Download: feedback-form.zip