PHP Code

I would like to add PHP code into my form

example of what I need done. :

Would anyone know how can I add in a input fields.?


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

Click once on the input field in the design view of Freeway, and look in the third tab from the left of the Inspector. You will be able to change the Name and Value and Maxlength attributes there. You may add raw PHP in the Value field, and it won’t be escaped with & lt ; type HTML escapes.

To add the ID and Required attributes, choose the Item / Extended menu item. You will see three tab segments in the resulting dialog:

. Click on the tab, and then New. Then add your key-value pair in the Name and Value fields. Repeat this process for each non-native attribute you want to add. If you find that Freeway won’t natively set some attribute the way you expect it to, anything you add in Item / Extended will “mask” any native input field, so you won’t end up with two Size attributes, only the one you added in Item / Extended.

Walter

On Jan 12, 2013, at 3:05 PM, Carlos Feliciano wrote:

I would like to add PHP code into my form

example of what I need done. :

Would anyone know how can I add in a input fields.?


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


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

Thanks that worked…


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