• 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: Only show field if filled out?

Only show field if filled out? 9 years 10 months ago #31573

Hi there.

How can i set up my form to only show a field in the user/admin mail if there is anything typed in that text field.

example.:

I have my form here
voksendisco.dk/booking

I only want to show "Ekstra timer" if there is anything typed into that field ?
is that possible ?

my user/admin email is right now <p>Ekstra timer: {ekstra:value}</p>

i'm not using {:caption} because i'm using placeholder.


So is it possible to hide <p>Ekstra timer: {ekstra:value}</p> if nothing is entered in value?
The administrator has disabled public write access.

Only show field if filled out? 9 years 10 months ago #31575

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 9 years 10 months ago by cosmin.cristea.
The administrator has disabled public write access.

Only show field if filled out? 9 years 10 months ago #31584

Great thanks.

almost done, i'm just having this last issue.

<p>{if {Temafest:value}} Temafest: {Temafest:value} {/if} </p>
This is a dropdown field, and because the first item is Vælg Temafest (Please Select Themeparty)
it always think there is something selected in this dropdown field.

Is there a way i can come around this?
The administrator has disabled public write access.

Only show field if filled out? 9 years 10 months ago #31597

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
create your first item with this syntax:

|Vælg Temafest

notice the pipeline character.

Let me know if it works.
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: hjalte1983

Only show field if filled out? 9 years 10 months ago #31600

the pipeline did it :)

Thanks alot
The administrator has disabled public write access.

Only show field if filled out? 9 years 10 months ago #31603

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Dropdown, checkbox, radio elements are created using this syntax:

value | label

You can find out more information here:

https://www.rsjoomla.com/support/documentation/rsform-pro/form-fields/dropdown.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: hjalte1983
  • 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!