View Single Post
Old 01-22-2013, 03:18 AM   PM User | #1
bago
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
bago is an unknown quantity at this point
Help needed with input script.

Hi,

I am not a Javascript person at all, but I found a script that does everything I need which is to take a URL get variable and put it into a form input field. The only problem is that the input field name that I need to get the variable posted too has periods in the input name (entry.24.single), and I cant simply change the name on the input field as I am using this in a custom google form input page.

So here is the line of code that is creating the problem. The InputName needs to be changed to entry.24.single, and I haven't been able to figure out how to do that.

document.forms.MyForm.InputName.value = GETDATA["foo"];

Your assistance is greatly appreciated!
bago is offline   Reply With Quote