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
03 Jun 2019 20:03

GreespsDesign

Hi all,
What I'm trying to do is show/hide a table with the last option of a radio group, the table includes 9 textbox fields.
Also, I would like to hide this table from the generated User email if the customer chooses one of the first two options.

Appreciate any help.
Carlos
Category: RSForm! Pro
14 May 2019 13:21

kris6

Is there any way to pass through the conditions and hidden fields properties from the Form view over to the Directory view? The goal is to have information only appear when it applies on both sides of the application, The form view as well as the details view. Not sure why I would want to hide a field in the form under conditions but have it show up in the details regardless. The goal is to have specific information appear when a specific value is selected from a drop down menu.


Drop down...
Category: RSForm! Pro
26 Apr 2019 02:33

nhatnguyen

Hello.
I try to add jQuery file to control my RSForm, in Script called on form display I have added this jQuery:
$url= "components/com_rsform/assets/js/MyControlRSform.js?t=".strtotime(date('Y-m-d H:i:s'));
$document->addScript($url);
Content of MyControlRSform.js :
jQuery(document).ready(function(){
    jQuery("#dropdownBox1").click(function(){
		if(jQuery("#dropdownBox1").val()!=""){
			jQuery("#dropdownBox2").children('option').hide();
			jQuery("#dropdownBox2").children("option...
...
Category: RSForm! Pro
06 Apr 2019 02:36

payments28

Hi folks,
Is there a way to make a set of forms elements hide / display on just one condition?
eg if I have one radio button field requesting "Internal / External?", and I have a number of separate (different) elements required for either the 'Internal' or 'External' depending on user selection in this radio button.

I know I can make EACH individual field conditional on the reply to "Internal / External?", but that would mean a LOT of individual conditions in the form.

Can I just show ALL the...
Category: RSForm! Pro
08 Mar 2019 04:24

rakeshy

Don't see anything new coming from RSjoomla to address this. So I decided to share my code. I've been perfecting it the last 10 months for my needs. It looks simple but I have put quite some work in it. Follow the three steps below.

1. Create a new .php file inside your template html (template override) called subscribe.php
path: templates/YourTemplate/html/com_rseventspro/rseventspro/subscribe.php
<?php
 
/**
 
* @package RSEvents!Pro
 
* @copyright (C) 2015 www.rsjoomla.com
 
* @license...
...
Category: RSEvents!Pro
14 Nov 2018 11:59

RPPEO

As the Conditional field pop up says:
Please add some dropdowns, checkboxes or radio groups on your form.

Only these can be used to trigger conditional fields. That said you should be able to do this with JS.

This article should get you going: www.rsjoomla.com/support/documentation/r...-or-hide-fields.html
Category: RSForm! Pro
26 Oct 2018 09:47

pixmedien

If anyone interested, here's the solution from RS Support:

- head to Components > RSForm!Pro > Manage Forms > Select your form > Form Properties > CSS&Javascript
- add a script as the following in the Javascript field:

<script>
window.addEventListener('load', function() {
document.getElementsByClassName("rsform-block-textbox2")[0].style.display="none";
})

function myFunction(value){
if(value=='test'){
document.getElementsByClassName("rsform-block-textbox2")[0].style.display="block";
}else{...
Category: RSForm! Pro
25 Oct 2018 18:21

pixmedien

How can I show/hide a conditional field if a textfield has some value / is not emty?
Category: RSForm! Pro
25 Oct 2018 07:51

joris3

Hi there,

I had an issue with hiding the label of Rsform.
If i leave it empty the label is still there and takes up space.
So space you maybe do not want in your form (like i do).
I did not want my customer to mind this and it should be automatically.
I want auto generate enabled of the form because my customer would get frustrated if a field is not added when he did :-D


Solution:
add css to your template.
label:empty {display:none;}

After that a required setting of the field will show the...
Category: RSForm! Pro
05 Oct 2018 15:28

mail14

Hi there!

Our client uses RSEvents for 'selling' free tickets. So it's only to have a registration function for people to book 1 or more admission tickets at no cost.

Onze a visitor selects 1 or more tickets and add this to the card, the price (0.00) shows up.
We don't want people to see the price of the tickets on the website while booking tickets. How can I hide the price in the modalbox?
Category: RSEvents!Pro
19 Sep 2018 11:34

eero

I have a feature request for RSForm Pro. While editing the form, there should be an option to hide the non-published form fields. This would make it easier to see which fields are published, and it would be much easier and clear to do editing.

I tend to have forms which have many unpublished fields due to the fact that I test different things and sometimes have more than 20 unpublished fields in long forms. I don't want to delete them, because some of them I might want to turn on again in the...
Category: RSForm! Pro
10 Apr 2018 20:05

tpallone

I recently updated to the latest version of RSform Pro 2.0.9;

I have a form which posed a basic question with radio buttons yes/no.. at least it worked in the old version.

If user click "yes", a button popped for them to download/open a file.
If user clicked "no" to the original question - a new question and answer (radio yes/no)would appear, the old question and answer would disappear.

I had the conditions set for question 1 to hide is answer question1 is no
I also had the condition set for...
Category: RSForm! Pro
28 Mar 2018 07:37

paul.stassen

Hi,

Is there a way to make a set of forms hide / display on just one condition?
Only if a select is made, the whole form should show without adding all the form elements in a multi-page form to the condition ?
Category: RSForm! Pro
07 Mar 2018 21:22

it51

My hide field works fine but show field doesn't work.
Category: RSForm! Pro
06 Mar 2018 07:59

info0657

Hello,

Me to I'm going crazy with this.

I have a form using conditional fields.

Then other sub-conditional fields.
If a user selects a conditional field and then selects something but deselects the conditional field or selets another option that shows other fields... the values of the fields that should be hidden are not reset.

The e-mails are submitted with all of the selected options. They show the answers from selected conditional fields but also from unselected conditional fields, those...
Category: RSForm! Pro
Displaying 61 - 75 out of 404 results.