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
09 Jul 2010 04:39

bogdanc

Hello,

You can consider using the show/hide field script presented here:

www.rsjoomla.com/customer-support/docume...-or-hide-fields.html

With the script presented here you can initially hide the fields and show the progressively depending on the user's selection.
Category: RSForm! Pro
26 May 2010 08:30

andreic

Hello,

In order to achieve this you could try changing the script so that the fields will be hidden when the page is loaded and only show them when the correct radio option is selected. The script should be similar to:
<script type="text/javascript">
 
function displayField()
{
document.getElementById('hide1').style.display="none";
document.getElementById('hide2').style.display="none";
 
if(document.getElementsByName('form[radio_group_name]')[0].checked)
{...

In order to hide the fields...
Category: RSForm! Pro
21 May 2010 11:44

Oleg

Hi everyone!

I've read this topic in the tutorial (www.rsjoomla.com/customer-support/docume...-or-hide-fields.html) and now I can show or hide some textbox AFTER clicking on radio component.
But my question is: can I hide some textbox NOT AFTER clicking on radio component BUT BEFORE such clicking.
For example, let’s suppose that my radio component is named: "Radio" with the following configuration:

Items:
val1|Description1
val2|Description2
(and...
Category: RSForm! Pro
19 May 2010 02:09

alexp

08 Apr 2010 17:55

komita

I still can't get the hiding of the description to work. I have a conditional field within another conditional field (I click one radio button it hides two fields-works great including hiding the description; but on a second field that's visible with the other radio selection, I click "other" and it hides the field but not the description). It all works fine except the caption doesn't get hidden with the fields.

<li id="hide">
<div class="formCaption">{frequencycontinuing:caption}</div>
<div...
Category: RSForm!
18 Mar 2010 17:47

jennix

I've got the link to the right department part working, but is there a simple way to hide the dropdown on the form view? Can I make it hidden?
Category: RSTickets!
09 Mar 2010 13:17

lars.van.der.veen

Hello,

I've just send an email to my subscribers (255 in total), but only 55 are released.. How is this possible?

Opens: 14
Unique opens: 8
Unsubscribes: 0
Released: 55

Furthermore I was testing my mails for spam and for 3 hours or so it got into my spam folder untill I added this code
<p>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <meta content="Word.Document" name="ProgId" />
    <meta content="Microsoft Word 12" name="Generator" />
    <meta...

How...
Category: RSMail!
03 Mar 2010 08:40

bogdanc

Hello,

The only way of achieving this in RSForm! Pro is by initially hiding the fields and showing them one by one based on the user's selection. You can refer to this article from our site where it is explained how you can show/hide fields:

www.rsjoomla.com/customer-support/docume...-or-hide-fields.html
Category: RSForm! Pro
26 Feb 2010 07:03

andreic

Hello,

You could hide the date fields and only show them when a user fills in the correct job title. You can see an example on showing/hiding fields here:

www.rsjoomla.com/customer-support/docume...-or-hide-fields.html

It would be best to use onkeyup to trigger this function. Just add this line in the "Additional attributes" of the job title field:

onkeyup="displayField();"
Category: RSForm! Pro
22 Feb 2010 02:15

alexp

@myles

Conditional fields are rather tricky to implement. Implementing such a feature by default will result in a higher complexity of the form configuration for a feature that is needed by a small percent of our customers (less then 10%).

Having in mind that RSform!Pro allows custom scripting, conditional fields can be easily simulated by using some Javascripting, placed on the Form Layout area. An example on how to achieve this is presented here:

www.rsjoomla.com/customer-support/docume...-or-hide-fields.html
Category: RSForm! Pro
21 Feb 2010 16:15

matt

Sorry, but this javascript is for hiding fields, you like to show fields. Maybe someone good at scripts can help you.

Matt
Category: RSForm! Pro
19 Feb 2010 20:50

a7medo778

hello there
so here is what i been trying to do

i have a radio with choices from 1 to 6
i want when the user chose 2 for example two text areas appear and so on

i read the whole guide here www.rsjoomla.com/customer-support/docume...-or-hide-fields.html

but couldnt understand some things

1st : so as i understand i should create all 6 text fields and give them id's and publish them ( not sure about the publishing )

then if text area 2 id was " two "...
Category: RSForm! Pro
08 Feb 2010 11:01

brandon.scivolette

I've looked over the RSForm Pro documentation on showing hidden fields (www.rsjoomla.com/customer-support/docume...-or-hide-fields.html) but I am not familiar with PHP and this code by itself, does not work. I'm assuming there needs to be some input on my side, any help would be appreciated.

I have added (per the documentation) this script in the form layout:
<script type="text/javascript">
function displayField()
{
if(document.getElementsByName('form[Radio]')[0]...
Category: RSForm! Pro
06 Feb 2010 06:08

kwezi

Hi @All,

How do I set my rs form so that when a user clicks on a book button it gets the title of the page (its a tour website) and shows the title on the form. The pages (itineraries) will have a book/enquiry buttom which takes them to the form itself. Thus want when the button is clicked the form should get the title and show it on the form (not hide it). I dont want to have the form on the pages themselves but a book/enquire link.

I have tried
$doc = JFactory::getDocument();
return...
 
...
Category: RSForm! Pro
03 Feb 2010 14:29

matt

Displaying 316 - 330 out of 404 results.