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
25 Jan 2018 13:39

arnas

Is there a way to show/hide fields depending on Total value?
I need to hide one Filed if Total is less then 10.
Category: RSForm! Pro
14 Nov 2017 18:33

bev3

I have selected NO to Hide Copyright Link in the Libro template but it is still showing. More importantly, I would like to change it to my own copyright but I can't find any documentation on it.
Category: Templates
13 Oct 2017 05:35

Paladin

Hello !

While RSForm Pro still has no a conditional field feature based on another field true/false validation.
I mentioned that in my previous post
www.rsjoomla.com/forum/37-rsform-pro/288...lse-validation-.html

But I'm still looking for a solution for a task below. Hopefully this post is more concrete for somebody to answer.

I have a textbox field ‘info’ to validate and two checkboxes with ids ‘exists0’ and ‘exists1’
Please, help with a...
Category: RSForm! Pro
11 Oct 2017 18:54

master5

Hi,

I had the same problem and solved it.

So, If you didn't solve this earlier.

I had two radio button groups I wanted to hide on page load and then select one.
This is how I did it.
1. The radio buttons do not have name with a number – though they have a unique id – in your case "choix1", "choix2" and so on.
Therefore use "getElementById('choix1')"…
2. The form element and the label is contained in a "div" – without an id
Set an id manually to this div in the Form Layout.

Than it...
Category: RSForm! Pro
11 Oct 2017 09:03

info4683

mwaters79 wrote:
How did you get this figured out?

Hello mwaters79,

I figured out to hide the badge by using "display: none" in CSS. This worked for me.

BUT:
I decided to keep it as it is and show the badge because I think the useres should be informed about what Google does.
So if you hide the badge, the users will not be able to follow the Google privacy policy and terms of use links which are shown in the badge.
I really dont´t know what effects it could have (in German law) if you hide the privacy policy....
Category: RSForm! Pro
08 Oct 2017 16:52

Paladin

Hello to RSForm Pro Community and Support !

We all know RSFormPro has the Conditional Fields feature.
But there are no a condition there what allows to show or hide a field basing on Validation rule for another field.

AT-FIRST, as example, let's assume we set a custom valudation rule in
components/com_rsform/helpers/customvalidation.php
as explained in www.rsjoomla.com/support/documentation/r...alidation-rules.html
  public static function...
NEXT -...
Category: RSForm! Pro
30 May 2017 12:28

dragos

Hello,

You can either:

- create a template override for the event details page (show.php) as instructed here:

www.rsjoomla.com/support/documentation/r...s-look-and-feel.html

..and comment out the following code line:

<div class="rs_image">
...
</div>

- add the following css code into one of your template's css files:

.rs_image {
display: none;
}
Category: RSEvents!Pro
03 May 2017 19:25

dieter5

Hello:

Can this functionality be achieve any other way instead of creating a field for each option?

The date based on the drop down option is also used in the thank you email. So it makes more sense to just place e.g. {Date:value} in the email rather than {Date1:value}{Date2:value}.

You suggested that I use the hide/show condition, but since this is a hidden field that never show up in the front end anyway, does this translate to the content being passed to the email for only the field that is flagged as show based on the condition?

Please advise.
Category: RSForm! Pro
01 May 2017 17:01

g.latapie

Hi,

I want to display or hide a field dynamicaly, when I clic on a the third radio button of a group of three radio button.

I have added javascript as described into documentation:

<script type="text/javascript">
function displayField()
{
if(document.getElementsByName('form[choix]')[0].checked)
document.getElementById('description_activite').style.display="none";

if(document.getElementsByName('form[choix]')[1].checked)
document.getElementById('description_activite').style.display="none";...
Category: RSForm! Pro
16 Apr 2017 08:47

nino59

Hi,

I have a long RSFORM which need to be filled by several users.

I have 2 joomla usergroups: Boss & Worker

Boss need to see all the fields of the form
I don't want Worker see all the fields.
How can I hide fields to specific users or group of users?

Thanks for your help.
Category: RSForm! Pro
26 Feb 2017 11:47

french150

Hi. I wish show or hide some dependent field(s) also if the numeric field is bigger or lower or equal to a specific number (i.e. 20).
Also show or hide field if user submitting the form belonging to all or any Joomla usergroup(s).
What do you think?
Best regards
Category: RSForm! Pro
24 Feb 2017 22:10

Kevin.brackley

Using jquery you can change the content of another form element when another element is changed, such as adding an onblur or onchange/onkeyup, etc. attribute on the primary element, then call a custom js function that modifies the content of the other form field ... $('#element-id').show(); and .hide, etc.

One of the problems we have with doing this is the validation...we have to disable the validation of a field because when the form is submitted, even if the field is hidden, it requires...
Category: RSForm! Pro
26 Jan 2017 21:20

azurelink

Hi RSJoomla,

I'm attempting to build a feature in RS Form Pro which will allow submissions to be searched in the front end by visitors.

Two problems I'm encountering:

1. When I view the Submissions View menu item which I made (linked to the proper form), it shows all of the form submissions when it loads. How can I hide those submissions when it's first loaded, but show submissions in the results of a search?

2. I want to be able to place instructional text above the Search Field.

I assume...
Category: RSForm! Pro
16 Nov 2016 17:25

info3222

Hi,
it's possible ho make conditional a group/section of fields (20-30 different fields like textarea, radiobutton, select, etc...) or its' necessary to give the specific condition to each single field?
Thanks in advance.
Category: RSForm! Pro
01 Nov 2016 04:35

mojtabapordel

ipipunic wrote:
Hi info43581, I have same problem as you and I am useing RSForms on helix 3 template. Have you found resolution for this problem?

In Helix Template, I inserted this code into Custom JavaScript text box in template administration and the problem solved:
//remove conflict of mootools more show/hide function of element
(function(){
    if(window.MooTools && window.MooTools.More && Element && Element.implement){
 
        var mthide = Element.prototype.hide,
            mtshow =...
Category: RSForm! Pro
Displaying 76 - 90 out of 404 results.