You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wForms Group
I am trying to use a text link as a switch-, but so far I have been
unsuccessful. are there any examples of the use of swtchIsOn and
swtchIsOff?
I have the switches working properly with checkboxes and select
fields. I'm pretty sure I'm just not setting up my link correctly.
Here is what I am doing.
<a href="#" class="switch-d swtchIsOn">Delete</a>
<div class="dropbox offstate-d">
<fieldset name="delete">
<p>You should see this text when Delete link is clicked.</
p>
</fieldset>
</div>