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 Feb 2010 09:21

info44

Hello, I would appreciate any help with this issue.

I'm trying to make some custom fields for a drop-down. Where when you Select "Renta" a text field will show, when you select "Venta", another text field will show, and when you select "Ambos" both text fields will show at the same time. I wonder if we can do that.
<script type="text/javascript">
function showHide()
{
	if(document.getElementById('Tipo').value == 'Otro (Especifíque)')
		document.getElementById('Especifíque').style.display...
...
Category: RSForm! Pro
12 Jan 2010 17:34

geir.ove.sandersen

if anybody wonders, this is the solution i ende up with. images that show/hide "stuff", it works like a charm:
       <script language=JavaScript>
       function swapImage(imagesrc,dividtag,stepstate) {
               var state=document.getElementById(stepstate).value;
               if(state=='hide'){
                       //show content
                       document.getElementById(stepstate).value="show";
                       imagesrc.src="images/bullet1.gif";...
Category: RSForm! Pro
12 Jan 2010 09:19

geir.ove.sandersen

hi!
i want to be able to change the look of a checkbox. i want to use a small image instead of the default checkbox. how is it done?

look here:http://www.mygenerator.no/index.php?option=com_content&view=article&id=64.
the OK! checkbox needs to be a image.

...or maby its another way that is better, like just make the image show/hide fields, instead of making a changed checkbox do the job. but again...how?
Category: RSForm! Pro
23 Dec 2009 08:10

andreic

Hello,

You can choose to show or hide the unsubscribe link in the email in Components > RSMail! > Settings > Other > Mail Footer. You can also change the style and appearance by inserting CSS code in the "Message" textarea.
Category: RSMail!
23 Dec 2009 08:04

andreic

Hello,

You can choose to show or hide the unsubscribe link in the email in Components > RSMail! > Settings > Other > Mail Footer. If you accidentaly deleted the HTML code, try adding this in the "Message" textfield:

<table width="100%" cellspacing="0" cellpadding="10" style="border:1px solid;">
<tr>
<td width="100%" bgcolor="#ffffff"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">This message was sent from {sitename} to {email}. You can modify/update your subscription via the...
Category: RSMail!
07 Dec 2009 07:10

alexp

Hello,

Due to the flexible nature of RSForm!Pro you can do this, but you will need to build some custom scripts.

Please refer to the folowing example:

www.rsjoomla.com/customer-support/docume...-or-hide-fields.html
Category: RSForm! Pro
23 Nov 2009 02:22

alexp

Hello,

Yes this can be done with some Javascripting placed on the Form Layout tab. Basically you will need to divide the form into two areas. One where you have all the fields listed for filling and one where you display the filled in data. Clicking on a button or something similar you can hide one and show the other, very similar as the multipage form example, posted here:

www.joomla-form.com/form-examples/form-scripts
Category: RSForm! Pro
07 Oct 2009 01:26

anddre.joan

Hello everybody

I need to hide somme fields, when the form opening,
i have tryed this :http://www.rsjoomla.com/customer-support/documentations/34-custom-scripting/93-show-or-hide-fields.html


In my form, i need when i check radio button, the field show, if dont check
no swhow.

thanks a lot

sorry for my english..
Category: RSForm! Pro
06 Sep 2009 13:18

splifen

I got a reset problem on page 2 in this form.(see attaced file)

its when i use hide and show radio button and dropdown:

any one have a solution.

Regards Kenneth

Attachment rsform_backup_2009_09_06_200357.zip not found

Category: RSForm! Pro
25 Aug 2009 08:01

bogdanc

Hello,

After implementing the show/hide field script, let's assume that you have a text-box field that has an id "hide" and a field name "field1". In order to make this field required you will have to paste this script in the Form Layout tab:
<script type="text/javascript">
function validateField()
{
if(document.getElementById('hide').style.display=="" && document.getElementById('field1').value=="")
{
document.getElementById('component150').className = 'formError';
return false;
}...
...
Category: RSForm! Pro
19 Aug 2009 09:02

sone12

Hei!
Do sombody know if there are possible to hide one or more columns in "Manage Submissions" view.

In my example i have a very long form, and in the "Manage Submissions" i want to hide some colums that are not so important.

For example iv got some "Free Text" components that i have used as titles in my form. I dont want to show them in the table of submissions.

I hope someone can give me a hand of help here.
Category: RSForm! Pro
07 Aug 2009 13:09

nikhilthecool

Hi,

I wish to edit the text in the Guest Menu of RSEvents.

Please suggest me a suitable way for the same.

Also let me know if it is possible to hide the same Guest Menu that shows up in the frontend.
Category: RSEvents!
13 Jul 2009 06:00

daniel.pardo

I was looking for this.
thank you so much !
Category: RSForm!
09 Jul 2009 05:12

matt

Hi!

I am not a JavaScript expert, but if you do like this it might solve the problem.
In the code add "block" or "inline" for the selections you like to be shown.

Like this:
if(document.getElementsByName('form[Radio]')[0].checked)
  document.getElementById('hide').style.display="none"; 
if(document.getElementsByName('form[Radio]')[1].checked) 
  document.getElementById('hide').style.display="block";
 

Matt
Category: RSForm! Pro
02 Jul 2009 12:15

MStates

I've read about how to do this with a Radio Group, and a Dropdown list, however does anyone have an example of how to do this with a Checkbox group?

I have four boxes - the last one is "Other"... when this is checked, I need a textfield to display.




Thanks so much!!!
Category: RSForm! Pro
Displaying 331 - 345 out of 404 results.