Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: show hide
04 Jan 2021 22:00

dev98

We are building a multi-page form but when it is submitted, we get submission fields for every pagebreak as well. In the submissions manager it just shows "Page 1" "Page 2" etc as empty fields with no data.

Is there a way to prevent those fields from submitting like that? We will have quite a few different fields when we are done and the extra page fields are just adding to an already long form when looking at the submissions.

Or maybe a way to set a default set of fields for the submissions...
Category: RSForm! Pro
03 Dec 2020 11:22

dragos

Hello,

The conditional fields are designed to show / hide Free text fields as well, please submit a support ticket so our staff members can investigate this matter properly.
Category: RSForm! Pro
02 Oct 2020 14:07

matt31

So I am trying to create conditional fields so that based on a drop down shows different information. So for instance...

If number of dogs is 0, hide everything
If number of dogs is 1, show A1
If number of dogs is 2, show A1 & A2

My problem is that they are overriding each other and it will not display correctly. Am I missing an option to nest them?
Category: RSForm! Pro
24 Sep 2020 06:57

paul07

Hi,

I created a form with a dropdown element where the last option is 'Other'. When selecting that option, a conditional (text) field shows up.

After submitting the form, an email with all values will be sent to an administrator.

In that email all values are shown, so also the value 'Other'. How can I hide this option so that only the conditional text field is displayed.

Looking forward to any suggestions!
Category: RSForm! Pro
31 Aug 2020 08:55

djieply.mai

Hi,

thanks for feedback. Yes, the conditional fields can show or hide a field. But how to determine that the field is required or not? As set in my example:

Question > Are you married? "YES" or "NO"
If the answer "YES" is checked, a text field appears which may be filled in.
-> NOT required
If the answer is "NO" is checked, a text field appears which must be filled in. (required*)
-> YES required
Category: RSForm! Pro
21 Jul 2020 10:34

dragos

Hello,

You can install the RSMediaGallery! Responsive Slideshow module, go to Extensions > Modules > Create a new Responsive Slideshow module > choose the desired tags from which you want to retrieve photos, hide the title and assign the RSJuno! Slideshow position.
Category: Templates
21 Jul 2020 09:43

dragos

Hello,

You can try the following workflow:

1. Go to Extensions > Templates > RSJuno! > Logo Options > choose a logo type and a position, let's assume you're using an image on the Top-A position. Then, access your website in the frontend area, inspect the Logo element using your browser inspector and copy the generated HTML code, for example:
<div class="span6 rstpl-top-a">
	<div class="rstpl-logo">
		<div class="textalign-left">
			<a href="your_link_here"><img src="path_to_your_logo"...
...
Category: Templates
08 May 2020 03:39

mylo

Since you can only use a dropdown field to manipulate conditional fields, I would suggest creating a dropdown field whose value is set by a Javascript function. Then you can use it as the conditional test.

So...
  1. Create a dropdown field called Under18 with 2 Items: True and False.
  2. In Under18, go to Attributes > Additional Attributes, put
    style="display: none"
    This will hide the field from view.
  3. Save
  4. In your birthdate field, go to Attributes > Additional Attributes, put
    onchange="calcAge()"
    This will...
Category: RSForm! Pro
23 Mar 2020 15:36

rgouyon

As the correct amount is not showing I thought I might hide the Total Field and the product field.
But if I do so I am not redirected to the PayPal website

Any idea
Category: RSForm! Pro
18 Mar 2020 10:59

adrianp

Hello,

Without any script whatsoever, you can use the conditional fields feature among these steps:

- use a radio group with 2 or 3 selections/items as needed (one for an email textbox, the second one for the other email textbox, and the third one for both textboxes).

- add these email textboxes to your form and make them both required.

- use the conditional fields feature to show/hide your email textboxes based on the radio group choices.

The conditional fields feature is specially ...
Category: RSForm! Pro
16 Mar 2020 15:55

rodrigo.galvez

Hello!!

I want to show or hide fields based of a textobox data.

For example if the textbox data is 3 show some fields and if the textbox data is 2 show other fields.

Thanks for the help.
Category: RSForm! Pro
31 Jan 2020 11:30

dragos

Hello,

You should check your menu item for the following option:

'Show Page Heading'

Set this to No if you don't want to display the page title.
Category: RSPageBuilder!
10 Dec 2019 13:23

dorothy8

This is an old post, but 5 years later I have the same issue - I use Invisible captcha with hidden label and the (*) is still there. Could you please suggest how I can hide it?
TIA
Category: RSForm! Pro
30 Jun 2019 06:06

peppertown

Please look at the RSKala demo Blog as an example. I'm not sure if this is a bug or there is a setting I'm overlooking:

templates.rsjoomla.com/?_ga=2.158097274....02.1560979299#rskala

It shows an icon-user and an icon for published and the word "Published:". What I need is it to display in a blog Article, using the demo as an example:
By: Super User 18 July 2017

In the Article itself, after clicking on it, it doesn't display the author (Super User) but just...
Category: Templates
12 Jun 2019 21:54

info9615

Then you have to create a form with the fields:
*Radio group: Name-answer, Caption-Was this helpful?, Requiered-Yes, Flow-vertical 4 col,
Items-
Yes|Yes
No|No
More|Tell me more
Contact|Contact us
*Textbox: Name-email
*Textbox: Name-reason
*Submit button: Name-Send
*Hidden field: Name-referer, Default value-
//<code>
return $_SERVER;
//</code>

In Extras>Conditional fields:
*Hide(email) if answer is not 'No'
*Hide(reason) if answer is not 'No'
*Show(email) if answer is 'No'
*Show(reason) if...
Category: RSForm! Pro
Displaying 46 - 60 out of 404 results.