I’m working on a Plone template. Currently I’m implementing a search on the template. There is a form on the template which submits to the same template i.e. the same page.
I need to enable certain parts of the page to be viewed i.e. the results DIV, only when the form in the page has been submitted. I am not sure of how to check if a page has been submitted and display certain portions of the page.
I’ve looked at this link on using form.submitted, but it is really not helpful. I’m guessing whatever I have to do will be done in tal:condition tag.
Any help will be appreciated.
You can add an hidden field, name for example “submitedform” with value=”1″ and then, make a condition on :