[ic] Multiple fields for phone number

Bill Carr bill at worldwideimpact.com
Tue Feb 17 07:58:50 EST 2004


On Mon, 2004-02-16 at 15:25, Joshua Lavin wrote:
> A client has asked me to modify the phone number field on their 
> Checkout page, so they can control entry better.
> 
> What they'd like is 4 fields: 1 for area code, 1 for prefix, 1 for the 
> rest of the number, and the last for an extension, if needed.
> 
> I need to combine these fields for the Interchange phone_day value. I 
> could do it with Javascript, but that is yucky.
> 
> Anyone know of a better way, such as within IC?
[set combinePhone]
	[cgi name=phone_day set='[cgi phone_area][cgi phone_prefix][cgi
phone_number][cgi phone_ext]' hide=1]
[/set]
<form ...
	<input type=hidden name=mv_form_profile value=combinePhone>
	The rest of your form
</form>

 
Bill Carr
Worldwide Impact
bill at worldwideimpact.com
413-253-6700



More information about the interchange-users mailing list