• 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: Label in text field (default value)

Label in text field (default value) 9 years 6 months ago #32806

  • jukeboxjunkey
  • jukeboxjunkey's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 45
  • Thank you received: 2
This topic is covered within RSForm!Pro FAQ however I am unable to get the form to work perfectly. - www.rsjoomla.com/support/documentation/r...s-default-value.html

I've set the form field's text values within each form field (Name field - Default Value: NAME) and inserted the following code into the Additional Attributes field but on-focus the default value does not disappear.

onfocus="if (this.value=='NAME*') this.value='';"
onblur="if (this.value=='') this.value=NAME*';"

I need the default value to disappear once focusing on the field so that the user can input their form info (NAME, etc.)

Any assistance to fix this would be appreciated. Thanks!
The administrator has disabled public write access.

Label in text field (default value) 9 years 6 months ago #32846

  • jukeboxjunkey
  • jukeboxjunkey's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 45
  • Thank you received: 2
Disregard. The example had an asterisk (why...) and I never removed it within my form.
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!