Developer Support »

Is there a script where I can show the actual product name along side of 'qty1'?  (See more user questions)

Thanks

There's quite a lot going on in that form, mainly with JavaScript which I
can't help you with.

That aside. If you want the email to show:

Key Lime Juice: 2

Then you need to name the form input by the name you want to see in the
email. So "qty1" would become "Key Lime Juice". Therefore, instead of
having the input look like this:

<input name="qty1" type="text" size="4" onChange="calcSubTotal
(this,45.00,document.products.subTot1,document.products.hsubTot1);"
value="">

It would look like this:

<input name="Key Lime Juice" type="text" size="4" onChange="calcSubTotal
(this,45.00,document.products.subTot1,document.products.hsubTot1);"
value="">

And so on and so forth.

I don't know if it will affect the JavaScript in this case, you can try it
and see how it goes.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Monday, June 30, 2008 7:56 PM
Subject: Re: FormToEmail-Pro script


> Yes, what she would like to see is the product name and then how many of
> each. The subtotal field is really for the customer not them.
>
> Eample:
>
> Key West Lime Juice: 2
>
> and so on.
>
> What they currently get in the email is:
>
> Qty1: 2
>
> Thanks,
>
>
>
> On Jun 30, 2008, at 2:41 PM, FormToEmail.com wrote:
>
>> Thanks
>>
>> Do you want the product names to show in the email you get? Where do
>> you want them to show? Beside the quantity for each product? Feel free
>> to spell it out to me. Tell me exactly what you want
>>
>> Best wishes.
>>
>> Charles Sweeney
>> https://formtoemail.com
>> The world's easiest feedback script!
>>
>> ----- Original Message -----
>> Sent: Monday, June 30, 2008 6:42 PM
>> Subject: Re: FormToEmail-Pro script
>>
>>
>>> Hi Charles:
>>>
>>> Here's the link: http://.com/products.htm
>>>
>>>
>>> On Jun 30, 2008, at 1:37 PM, FormToEmail.com wrote:
>>>
>>>> Hi
>>>>
>>>> "I don't know what I'm talking about"
>>>>
>>>> That made me chuckle! I often get that feeling myself!
>>>>
>>>> Did you give me the URL for your form page?
>>>>
>>>> If you have a moment, check out my form-to-email primer, here:
>>>>
>>>> https://formtoemail.com/developersupport/form_to_email_primer.php
>>>>
>>>> Please tell me exctly what you would like to happen. Feel free to
>>>> spell it out.
>>>>
>>>> I look forward to hearing from you.
>>>>
>>>> Best wishes.
>>>>
>>>> Charles Sweeney
>>>> https://formtoemail.com
>>>> The world's easiest feedback script!
>>>>
>>>> ----- Original Message -----
>>>> Sent: Monday, June 30, 2008 6:25 PM
>>>> Subject: Re: FormToEmail-Pro script
>>>>
>>>>
>>>>> Hi Charles,
>>>>>
>>>>> Sorry for the confusion as you can tell, I don' t know what I'm
>>>>> talking about.
>>>>>
>>>>> Here's the htm page.
>>>>>
>>>>>
>>>>> On Jun 30, 2008, at 1:15 PM, FormToEmail.com wrote:
>>>>>
>>>>>> Hi
>>>>>>
>>>>>> You'll need to give me some clues. Where do you want to show the
>>>>>> names? In the email from the script?
>>>>>>
>>>>>> What product names?
>>>>>>
>>>>>> Give me the URL of your form if need be and give me as much
>>>>>> information as possible. Feel free to spell it out to me.
>>>>>>
>>>>>> Just a point, my script doesn't do calculations. Not sure if this
>>>>>> is relevant for you as I am struggling to understand you.
>>>>>>
>>>>>> Have a great day.
>>>>>>
>>>>>> Charles Sweeney
>>>>>> https://formtoemail.com
>>>>>> The world's easiest feedback script!
>>>>>>
>>>>>> ----- Original Message -----
>>>>>> Sent: Monday, June 30, 2008 4:36 PM
>>>>>> Subject: Re: FormToEmail script
>>>>>>
>>>>>>
>>>>>>> Hi Charles,
>>>>>>>
>>>>>>> Thanks for the file and I was able to download it.
>>>>>>>
>>>>>>> I'm wondering if you could answer a questions for me. In my form
>>>>>>> we have several calculations and those fields must be titled
>>>>>>> "qty1" and "hsubTotal1" (1 - 13 on each). Is there a script that
>>>>>>> where I can show the actual product name along side of "qty1",
>>>>>>> etc.? Or can I show the label name.
>>>>>>>
>>>>>>> Thanks,