Can you make a checked box disappear?

Rather than messing with coding, is there a way to make a checkbox disappear?

I can set the required checkbox to ‘checked’ to satisfy the code sequence. The problem is that when I’ve tried to set Checkbox Screen Measurements down to a 1px x 1px size, it still shows up as a full fledged checkbox.

Thought?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Robert,
You would normally do this using hidden fields in your form. In Freeway you can add hidden fields using the Page > Form Setup dialog and selecting the Hidden Fields tab. If you want to use a regular checkbox and not have it display in the page you can apply a style to it using CSS and hide it from view. Select the checkbox and choose the Item > Extended dialog and select the Input tab. Click the New… button and add;
Name: style
Value: display:none
Your checkbox will now be hidden from view but should still pass it’s value to your form processing script as normal.
Regards,
Tim.

On 5 Apr 2011, at 22:04, Robert wrote:

Rather than messing with coding, is there a way to make a checkbox disappear?

I can set the required checkbox to ‘checked’ to satisfy the code sequence. The problem is that when I’ve tried to set Checkbox Screen Measurements down to a 1px x 1px size, it still shows up as a full fledged checkbox.

Thought?

FreewayActions.com - Freeware and commercial actions for Freeway Express & Pro.

Protect your mailto links from being harvested by spambots with Anti Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Tim,

Thanks. Worked like a charm!

Regards,
Robert


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options