On 5/25/2013 9:11 PM, dealTek wrote:
On May 25, 2013, at 4:30 PM, Jim Giner wrote:
So - create another field on your form. Add an onclick event to your submit
button. Have it run a js function that takes the two fields and places them
into the new field.
function combineFields()
{
va
On May 25, 2013, at 4:30 PM, Jim Giner wrote:
>>
>>
> So - create another field on your form. Add an onclick event to your submit
> button. Have it run a js function that takes the two fields and places them
> into the new field.
>
> function combineFields()
> {
> var mm = document.getEle
On 5/25/2013 4:33 PM, dealTek wrote:
Hi all,
I have a php form that has a pull down select for MONTH and one for YEAR
- usually when the form is submitted you would combine them at the other end
like 0517 (like credit card exp date) - but in this case I need to combine them
prior to submittin
On 5/25/2013 4:33 PM, dealTek wrote:
Hi all,
I have a php form that has a pull down select for MONTH and one for YEAR
- usually when the form is submitted you would combine them at the other end
like 0517 (like credit card exp date) - but in this case I need to combine them
prior to submittin
4 matches
Mail list logo