[Express] How to change HTML code

Hello, I am working on my first personal website and I just finished using “forms to go” which worked very well. Now I would like to change something on my form and the “forms to go forum” told me to change something on the html code on my form. Now my question is, how do I change the code? I work with FW Express 5.0

Thank you so much for your help.
Heidi


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

told me to change something on the html code on my form

What did they tell you to change and can you post a link to your page.

David


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

Hi David,

That’s what I posted on the bebosoft forum:

I would like to know if I could give the checked box a name:

Here is the link to my website:

http://www.schlaftage.ch/anmeldung.html

On the left side I have 4 boxes and when I write the php and test it I get an on or off which I would like to change to “reserviert” or just leave it blank if it is not checked.

I hope you understand what I mean.

Thank you for your help.

Re: Checked Box

I think I understand your request. Please try the following:

find:

Code: Select all

change to:

Code: Select all

If yes, add the VALUE attribute to the other checkboxes.

I hope that helps.
Heidi


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

Hi Heidi,
Select the checkbox in Freeway, open up the Inspector palette (Window > Inspector) and select the 3rd tab (the item output settings). here you will see the checkbox name and value. Simply add your text (reserviert) to the value and you should be done.

For example;
http://www.freewayactions.com/test/checkbox.png
Regards,
Tim.

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