Gossamer Forum
Home : Products : Links 2.0 : Customization :

some issues with modify-mod

Quote Reply
some issues with modify-mod
Hi the modify and password-mods are absolutely great, but ...

What`s about my own added fields, where must I include them?(The modify mod cleans them up, if I do not use them!)

What`s about textareas that I wont show to the guest (like hidden at input-fields)?
I have to print them, but I won't show them. (internal Memos!)

Anybody an idea?

Chris

Quote Reply
Re: some issues with modify-mod In reply to
You should have your hidden fields in the template file, like <input type=hidden value=<%yourfield%>>

If you added your own fields, then you must put those fields again in the tempalte (like above except it won't be hidden but it will be type=text) so they can pull the corresponding value from the database.