Archive for the ‘Form’ Category
Monday, February 9th, 2009
The tutorial explains on how to change form action based on the 2 select option. The use of this code is for loading different pages using the submit function of the javascript (this.form.submit();) when one of the select option changes its value ( onchange=”changeAction(this.form,this.name);”). In the example below, the first select named range will load [...]
>>read more
Tags: Form, Javascript, option, select, submit();, tutorial
Posted in Creloaded, Ecommerce, Form, Javascript, Joomla, Virtuemart, Website Addons | 3 Comments »
Tuesday, December 2nd, 2008
I found a good component that support more additional field in your contact form field in joomla. The component derived from com_contact, the standard component distributed with Joomla!, and offering several additional features. 1) More contact fields: Yahoo Messenger Id and Skype Id to provide your visitors with an alternate way to send a message [...]
>>read more
Tags: additional field, anti spam, captcha, contact form, extention, joomla 1.5, QContacts, verification image
Posted in Form, Joomla | 1 Comment »
Saturday, November 15th, 2008
The tutorial explain how to disable the visual security verification code in Cre Loaded shopping cart script. Here’s how: 1. Edit your public_html/contat_us.php page: Look for : //VISUAL VERIFY CODE start and comment it out by putting /* on the beginning of the above commented code. Look for : //VISUAL VERIFY CODE stop end your [...]
>>read more
Tags: anti spam, captcha, contact form, CRE Loaded, Creloaded, Form, shopping cart, visual security code
Posted in Creloaded, Form | No Comments »
Sunday, May 20th, 2007
My client wants to modify the creloaded registration page, he wants to add “Confirm Email Address” field and confirm it matches “Email Address” field here what i did to his site: 1. Always back up your Creloaded database and all files if you have modification to the script.
>>read more
Tags: Creloaded, email address, extra fields, forms
Posted in Creloaded, Form | No Comments »
Tuesday, February 27th, 2007
I found a good javascript to limit the character in a textarea and it is very cool because it has a character counter. Here is the code: put this between your <head>…. </head>:
>>read more
Tags: character counter, Form, input field, Javascript, javascript code, javascritp character limit, limit character, limit textarea, textarea, web form
Posted in Form, Javascript | No Comments »