Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Form fields deleting??

Quote Reply
Form fields deleting??
Hi,

I added many fields to the form (during link submission). If I delete them now, what will happen to the data in those fields? is deleting safe? how to delete them?
thanks.
Quote Reply
Re: [hegu] Form fields deleting?? In reply to
Anybody please?
Quote Reply
Re: [hegu] Form fields deleting?? In reply to
Hi,

That depends on which form fields you want to removed. If they are optional fields, that is fine but you will get error if you remove the required ones like URL, Title.

So, please check just with your Links table properties and set/unset the required options.

Hope that helps.

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] Form fields deleting?? In reply to
OK. If I delete optional fields what will happen to data in it? All will be deleted and next time when I build static pages, they won't show up. Right?
Quote Reply
Re: [hegu] Form fields deleting?? In reply to
Hi,

I am not quite sure about this. You should check with your link.html template. If there is not any deleted fields there, that is fine. If there is some, you should just add the <%if...%><%endif%> statement if these does not exists to avoid the error 'unknown tag'

Hope that helps.

Cheers,

Dat

Programming and creating plugins and templates
Blog