Welcome Guest, Not a member yet? Register   Sign In
Using Javascript to set dynamic value for forms
#1

[eluser]boony[/eluser]
Hi,

I'm trying to pass a value to a hidden field in a form dynamically with javascript. Essentially, the user needs to select a number of images to upload to server and a form is built dynamically with javascript. The number of files is then passed to the hidden field by setting the value with set attribute. This value along with all other form values should then be posted to the controller.

Now, this has all been tested and works outside of CI. I can get a simple script to run and upload the files and update the database no problem. However, when I implement the same code within CI I can't get the hidden value to be set to the number of files.

I am setting the value of the hidden fields like so:
Code:
document.getElementById("filesnum").setAttribute("value", $filesnum);
where $filesnum is the javascript value (not a php value Smile

This is an urgent job so if anyone has any thoughts they would be most welcome.

Cheers
Boony


Messages In This Thread
Using Javascript to set dynamic value for forms - by El Forum - 04-29-2013, 11:50 PM
Using Javascript to set dynamic value for forms - by El Forum - 04-30-2013, 01:53 AM
Using Javascript to set dynamic value for forms - by El Forum - 04-30-2013, 02:22 AM
Using Javascript to set dynamic value for forms - by El Forum - 04-30-2013, 03:27 AM
Using Javascript to set dynamic value for forms - by El Forum - 04-30-2013, 03:42 AM
Using Javascript to set dynamic value for forms - by El Forum - 04-30-2013, 04:43 AM
Using Javascript to set dynamic value for forms - by El Forum - 05-01-2013, 04:07 AM
Using Javascript to set dynamic value for forms - by El Forum - 05-01-2013, 11:44 PM
Using Javascript to set dynamic value for forms - by El Forum - 05-02-2013, 12:50 AM
Using Javascript to set dynamic value for forms - by El Forum - 05-02-2013, 12:51 AM
Using Javascript to set dynamic value for forms - by El Forum - 05-02-2013, 01:13 AM
Using Javascript to set dynamic value for forms - by El Forum - 05-06-2013, 06:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB