• 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: Field name bug? Name "title" isn't working

Field name bug? Name "title" isn't working 11 years 3 months ago #26809

  • hominid4
  • hominid4's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
Hi. I created a Textbox field with the name "Title". But I wasn't receiving that field value in my email, or no value was recording to the database. Was receiving the Caption, but not the Value; was just blank. I checked the source code and saw that the "name" value within the input string was pulling the actual form title.

The input string was:
<input type="text" value="" size="30" name="formMy Form Name" id="Title" class="rsform-input-box">

instead of:
<input type="text" value="" size="30" name="form[Title]" id="Title" class="rsform-input-box">

I changed the field name to "JobTitle" and now it works correctly:
<input type="text" value="" size="30" name="form[JobTitle]" id="JobTitle" class="rsform-input-box">

Wasn't sure it that was a bug?

RSF: 1.4.0 Rev 48
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!