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
02 May 2011 18:34

french150

Hello. I with i know if you are thinking to add the following features:
1) show/hide department for every, all or group customer. In this way admin can allow some customers to post ticket only into authorized department;
2) set max number of new ticket that user can post for a predefinied period (daily, monthly...). Once user reach the max number, he couldn't post any other ticket and a message will remember it to him.
Please let me know.
Thanks.
Best regards
Category: RSTickets!Pro
29 Apr 2011 05:51

andreic

Hello,

This is the id for the span that contains the "Validation message", you can retrieve this id by viewing the page source.
Category: RSForm! Pro
29 Apr 2011 00:53

elCanario

Hi!

I'm trying set a form for my site, using a demo "Show/Hide Form Example" and I need show/hide some fields with the radio buttons, in realy I need show multiple fields and hide others.
My doubt is with a part of this code:
function displayField(field){
if(document.getElementById('Find3').checked)
document.getElementById('helement').style.display="";
else {
document.getElementById('helement').style.display="none";
document.getElementById('FindOther').value="";...

my questions are:...
Category: RSForm! Pro
20 Apr 2011 08:09

andreic

Hello,

You can also find a show/hide example on our demo server:

demo.rsjoomla.com/fex
Category: RSForm! Pro
18 Apr 2011 08:30

Cymdeithas Madog

Hi Chimaera:

There's an article in the documentation section that might help you.

CM
Category: RSForm! Pro
25 Mar 2011 04:28

keule55

Hallo,

I try to realize the Show/Hide Form Example at RSForm! but I have problems to make the hidden field required if displayed.
<script type="text/javascript">
function displayField(field)
{
if(document.getElementById('Find3').checked)
document.getElementById('helement').style.display="";

else {
document.getElementById('helement').style.display="none";
document.getElementById('FindOther').value="";

}
}

function validateFields()
{
if(document.getElementById('Find3').checked &&...
Category: RSForm!
14 Mar 2011 18:38

darshanm

Sorry admin....i fixed it now.....you can delete this post....thanks

Hi,

I have implemented this into RsForm (not the pro version). It works fine in FF but it doesn't work in Chrome, IE and Safari.

The code is as below:

for country select list:
<select name="form[country][]" onchange="if (this.value == 'Australia') document.getElementById('state').style.display = ''; else document.getElementById('state').style.display = 'none';" id="country" >

and I have got a select list with...
Category: RSForm!
28 Feb 2011 05:10

learnthrusong

<fieldset class="formFieldset">
<legend>{global:formtitle}</legend>
{error}
<!-- Do not remove this ID, it is used to identify the page so that the pagination script can work correctly -->
<ol class="formContainer" id="rsform_20_page_0">

<li id="stuemail1">
<div class="formCaption">{stu_email1:caption}</div>
<div class="formBody">{stu_email1:body}<span class="formClr">{stu_email1:validation}</span></div>
<div class="formDescription">{stu_email1:description}</div>
</li>
<li id="stuemail2">
<div...
Category: RSForm! Pro
28 Feb 2011 05:06

learnthrusong

I am trying to achieve a similar thing using the example that you've kindly provided.

I have 12 text fields, each is required and has email validation on.

The first 5 fields are loaded on the form by default using a showHide type function which is working fine however, I have tried to implement your example so that:

If the user wants to add another (the 6th) email address or any others, he or she can click '+' button that unhides the next text box and another button to unhide the next (7th...
Category: RSForm! Pro
09 Feb 2011 20:16

spartan

and this code is placed into the default values field of the form field we want to show if the radio button is clicked or does this go into the radio button default values field?
Category: RSForm! Pro
08 Feb 2011 16:27

komita

If I understand you correctly, you want to have the user enter something in a text box that appears because of what they checked?

I used this:

If someone checked "other", then I used the "hide/show" function to make new textbox appear. check their demo at demo.rsjoomla.com/fex and see if that's what you wanted. I've used it with both radios and checkboxes. assuming the same idea for dropdowns would work.
Category: RSForm! Pro
18 Dec 2010 10:16

shramovss

Hello
Use your component. Thank you, very good
But there was one small problem

I want to implement one form of two scripts, as you have in your example - "Show-Hide Other radio example"

but one works fine, but another script is not working. How can I solve this problem? I give you a copy of the code:

<script type="text/javascript">
function displayField2(field)
{
if(document.getElementById('Find2').checked)
document.getElementById('helement').style.display="";

else {...
Category: RSForm! Pro
03 Nov 2010 09:51

bogdanc

Hello,

You can refer to the following section of our demo site where it is explained how you can show/hide fields and dynamically set them as mandatory:

demo.rsjoomla.com/fex
Category: RSForm! Pro
03 Nov 2010 09:45

bogdanc

Hello,

This can be achieved in RSForm! Pro by using show/hide field example presented here, which you can customize in order to store the selected checkboxes in a Hidden Field or Text Field:

www.rsjoomla.com/customer-support/docume...-or-hide-fields.html
Category: RSForm! Pro
25 Oct 2010 13:41

ampzmac

Hi all, I'm trying to create a show/hide function in my form, however when looking at this link:
demo.rsjoomla.com/fex
its quite confusing for me, as I'm not so familliar with the code.

What parts would I need to modify for it to apply to my form?

Thanks in advanced.
Category: RSForm! Pro
Displaying 286 - 300 out of 404 results.