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
01 Jul 2009 05:57

bogdanc

Hello,

You can refer to this article about creating text boxes that appear only when a certain option (from a check box, radio group, drop down) is selected:

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

Regards!
Category: RSForm! Pro
30 Jun 2009 02:11

bogdan

Hello ,

Also please try to remove those line codes. In our next revision we will add a option to show/hide the Week column .

Regards!
Category: RSEvents!
18 Jun 2009 08:01

MStates

I'm in the cal.js file under rsforms directory. I was hoping someone could help me with what to add/modify this file so I can "Hide" Saturday and Sunday, and disable the users being able to click on a day the happened in the "Past"...

So basically just have it show the current day being an option, and any day after that isnt on Sat or Sun.




Thanks in advance!
Category: RSForm! Pro
26 May 2009 05:38

almeidaniel

I´m sorry
Not that one...
This one instead
<img src="your/path/image.png" id="btn'.$calendars[$componentId].'" 
type="button" value="'.$data['POPUPLABEL'].'" 
onclick="showHideCalendar(\'cal'.$calendars[$componentId].'Container\');" 
class="btnCal" '.$data['ADDITIONALATTRIBUTES'].' />
Category: RSForm! Pro
26 May 2009 05:28

almeidaniel

This worked with me

<img src="your/path/image.png" id="btn'.$calendars[$componentId].'"
type="button" value="'.$data.'"
onclick="showHideCalendar('cal'.$calendars[$componentId].'Container');"
class="btnCal" '.$data.' />
Category: RSForm! Pro
25 May 2009 10:12

bogdan

Hello ,

This can be done by altering the source code. If you want that please go to /components/com_rsform/controller/functions.php and at line 615 replace :
<input id="btn'.$calendars[$componentId].'" type="button" value="'.$data['POPUPLABEL'].'" onclick="showHideCalendar(\'cal'.$calendars[$componentId].'Container\');" class="btnCal" '.$data['ADDITIONALATTRIBUTES'].' />

with
<img src="your/path/image.png" id="btn'.$calendars[$componentId].'" onclick="showHideCalendar(\'cal'.$calendars...
Category: RSForm! Pro
03 Apr 2009 20:54

mike.brandonisio

15 Mar 2009 17:16

matt

Hi!

I recived great support from Alex (RSJoomla) by adding some javascript to my form.

To the submit button - Additional Attributes - add this code in the attached file

Attachment Code_not_shown_fields.txt not found



In my form
hide
Is the area in the form you like to hide, a row or table.
Adress and FullName
Are in my example the name of the fields or components.

I am not an expert, so I think this is the best explanation I can give. And I hope it is...
Category: RSForm! Pro
09 Feb 2009 09:27

matt

Hi!

I managed to show and hide fields after reading documentation http://www.rsjoomla.com/customer-support/documentations/34-custom-scripting/93-show-or-hide-fields.html. But I have a problem, if fields are mandatory you are forced to answer them even if they are hidden. How to solve this, to just have answer shown fields?

Thanks!

Matt
Category: RSForm! Pro
04 Feb 2009 19:24

adam.elliott

Hi everyone,

I have this working fine in IE but in Firefox it doesn't hide the parts of the form you want hidden. Apparently style="display: none" doesn't work in Firefox.

This is basically what I am using. Any ideas what could be changed to make it work in Firefox as well?

<script language="javascript">
function changeTab(currentTab,totalTabs)
{
  for (i=1;i<=totalTabs;i++){
    document.getElementById('tab'+i).style.display='none';
  }...
 


Help, anyone?

Thanks,
Adam
Category: RSForm!
25 Jan 2009 14:58

covareo

nyree wrote:
Does anyone know if it is possible to hide / show entire sections of a form, and if so can anyone provide a step by step guide?

many thanks

Nyree

I'm looking to do the same thing - have you had any luck with this request?
Category: RSForm! Pro
23 Jan 2009 13:49

pleasedelete

yes i am having the same problem.

In the backend the Submissions area is too wide, as my form is quite long, it just goes off the page way to the right.

Is there a way to show this better, as others have suggested vertically so no matter the length of the form it shows correctly???

or have the option to show certain fields and hide others so it fits in the template
Category: RSForm!
10 Jan 2009 23:48

Nuta

When I use this code the form couldn't submitted. Is the same page onclick \&quot;submit\&quot;. When I remove hidden fields everything ok! Are any ideas?
Category: RSForm!
09 Jan 2009 18:02

nyree

Does anyone know if it is possible to hide / show entire sections of a form, and if so can anyone provide a step by step guide?

many thanks

Nyree
Category: RSForm! Pro
18 Dec 2008 22:12

ronald.hammer

I was wondering about applying this method to multiple file uploads. I have seen several posts requesting the ability to do multiple select in the file upload window. Perhaps another option would be to do what gmail does. When you select a file for upload, a second upload field appears; then a third...

Would it be possible to do something like this in the RSFormPro?

Could Strafe or someone else suggest the code for such a set up.
Category: RSForm!
Displaying 346 - 360 out of 404 results.