• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Add hidden fields with out the form['...' ] change

Add hidden fields with out the form['...' ] change 11 years 1 month ago #27056

Hi guys, i'm trying to send the form data to an external db using the 'action' option. It requires me to add 2 hidden fields with specific names (specialNAME + specialID).
RSForm changes the name of the fields, so the final destination ends up with form[specialName] and form[specialID] .

I tried editing out the extra form[] part with java, but no luck, i tried adding the fields manually using java/php and that also didn't work out.

-
document.getElementById('text').innerHTML += "<input type='hidden' name="elqSiteId" id="elqSiteId" value="23693100"/><br />";
-

Any idea how to avoid the form[], or alternatively, add hidden fields programmatically?

Any help would be greatly appreciated.
The administrator has disabled public write access.

Add hidden fields with out the form['...' ] change 11 years 1 month ago #27059

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!