Link to home
Start Free TrialLog in
Avatar of pixarksa
pixarksaFlag for United States of America

asked on

Help in Breezingforms joomla

Dear All,
Please help in hid shoe section or page or form on click radio button in breezingforms1.7 in joomla1.5 i make the instruction in this video tutorial but it does not wok :(
http://vimeo.com/6492754
this is my page link just i need make the radio buttons to show and hide some fields in my form
http://rabegh-municipality.gov.sa/testsite/index.php?option=com_breezingforms&view=form&Itemid=28
Avatar of Carlos Llanos
Carlos Llanos
Flag of United States of America image

This is easily done.  Do you know how to send form packages?

Would you mind sending me the form package you have already?  I can modify that and send it back to you.
Here's the steps you need to take to get this to work:

1) Create the radio button element
2) Create a section called 'hidden' or something like that within the form
3) Nest the elements you need to show/hide within that section
4) Turn the section 'OFF'
5) Go to the Advanced Properties for the form and find the "Visibility Section"
6) You will need to enter your information here to turn the fields on/off, here's an example:

turn on section hidden if contact is yes
turn off section hidden if contact is no

You can also apply this to just elements:

turn on element test1 if radio1 is yes or no
turn on element test2 if radio2 is yes or no

Just curious if you had a chance to test this or if you still needed help with it.
Avatar of pixarksa

ASKER

how can i make it for more than one elemst show and then we need it to be hidden ans then to be hidden again.

http://rabegh-municipality.gov.sa/testsite/index.php?option=com_content&view=category&layout=blog&id=29&Itemid=28
You would add the elements within a section like this:


RadioSelect1    YES      NO


HIDDENSECTION   (turned off by default)
      Element1
      Element2
      Element3

-------------------------------------------------------------------

In the visibility section of the form:

turn on section HIDDENSECTION1 if RadioSelect1 is YES
turn off section HIDDENSECTION2 if RadioSelect1 is NO

--------------------------------------------------------------------

Alternatively you can code it like this:

turn on element Element1 if RadioSelect1 is YES
turn on element Element2 if RadioSelect2 is YES
turn on element Element3 if RadioSelect3 is YES
turn off element Element1 if RadioSelect1 is NO
turn off element Element2 if RadioSelect2 is NO
turn off element Element3 if RadioSelect3 is NO
OK, thanks
Now i need to show the submit data in thank you page i make the summarize like in the l ink but it does not work :(

http://vimeo.com/5705515
ASKER CERTIFIED SOLUTION
Avatar of Carlos Llanos
Carlos Llanos
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial