• 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: Form is adding brackets to Field Name

Form is adding brackets to Field Name 12 years 3 weeks ago #22655

In any drop down fields I create the form is adding brackets to the field name in the post data and in the generated html.

ie. select name="form[State][][/u]" id="State" class="rsform-select-box"

when posted to external url for field mapping data received is: State[]=MA

the field cannot be mapped properly with the [] brackets added.

Is there anyway to remove the generated brackets in the field name?

Thank you.
The administrator has disabled public write access.

Form is adding brackets to Field Name 12 years 3 weeks ago #22675

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You can't actually change this as the drop-down is a select list with only one option. You will have to either use a radio group instead, adjust the action script or use a silent post implementation.

A silent post example is provided here:

www.rsjoomla.com/support/documentation/v.../83-silent-post.html
This is not official customer support. To receive your support, submit a support ticket here.
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!