Forum

Thread tagged as: Question

Form should not be hidden after sending the mail.

Hi,

When sending an email, a 'thank you' message appears and form gets invisible.

Is there a way to show the form all the time and to show 'thank you' message just beneath the form?

Any help is greatly appreciated.

Thanks, DM

Damian McCracken

Damian McCracken 0 points

  • 6 years ago

Yes.

Documentation here https://docs.grabaperch.com/docs/form/template-tags/success/

Showing the success message and the form
You can redisplay the form along with the success message by setting show-form="true" on the perch:success tag. This is useful for things like edit forms.

<perch:success show-form="true"> ... </perch:success>