• 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: Removing default value in RsForm + RsEvents

Removing default value in RsForm + RsEvents 11 years 3 months ago #26148

I have an urgent problem with a form which at this moment is being used by many people to book for an event.

The form is created with RSForm and connected to an event of RsEvents through it pugin.

The problem is that currently the "Nome" field (Name, in Italian) shows the default value "Ospite" (Guest, in Italian) but I have not set up and i can not change the value in the backend.

www.istitutosperimentalemarketing.it/acc...omobile-service.html

I urgently need to make sure that no default value have to appear on the form field "Nome".
Can you help me please?
The administrator has disabled public write access.

Removing default value in RsForm + RsEvents 11 years 1 month ago #27086

  • jawadakr
  • jawadakr's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi

i had the same problem on one of my project and the people who are making bookings are not that much willing to change the guest with their name.

apparently their is no way to fix it other than looking in the plugin code it self or do it properly.

however I also solve this problem today after searching this forum so i guess its your lucky day too.

I use this code in the form

$formLayout = str_replace("Guest", "", $formLayout);

use it in the scritps tab and then for php. put it in this heading "Script called on form display" text box and save it. hopefully that will save your hairs.
The administrator has disabled public write access.

Removing default value in RsForm + RsEvents 11 years 1 month ago #27097

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

The label for "Guest" can be editable from the RSEvents!Pro front-end language file(if you are using a different language than English, the file would be located under a similar path):

\language\en-GB\en-GB.com_rseventspro.ini

Open the file and search for:

COM_RSEVENTSPRO_GLOBAL_GUEST="Guest"

...and change the word in quotation marks. If you wish to leave it blank, change it into:

COM_RSEVENTSPRO_GLOBAL_GUEST=""

Another way would be to use the standard Joomla! language overrides feature.
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.
The following user(s) said Thank You: jawadakr

Removing default value in RsForm + RsEvents 11 years 1 month ago #27117

  • jawadakr
  • jawadakr's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
thank you. that will save me next time.

can you check this other post too if its possible for you.

www.rsjoomla.com/forum/37-rsform-pro/237...n-rsevent-email.html

thanks in advance
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!