Add ability to define landing page when form is submitted successfully#287
Add ability to define landing page when form is submitted successfully#287
Conversation
|
@eekes Thank you for the PR. I'm not really sure if we want to implment the target on the |
|
@alexander-schranz I hadn't thought about that but you're right, it would be better to be able to define this from wherever you select the form... |
|
Could think about something like this by using a <property name="form" type="single_form_selection">
<meta>
<title lang="de">Formular</title>
<title lang="en">Form</title>
</meta>
<params>
<param name="resourceKey" value="page"/>
</params>
</property>
<property name="targetPage" type="link">
<meta>
<title lang="de">Zielseite</title>
<title lang="en">Targetpage</title>
</meta>
<tag name="sulu_form.target" form="form" />
</property>Update: A new |
What's in this PR?
Add the ability to define a custom landing page after a form was submitted successfully.
This is my first PR for a feature like this, so I'm not sure if I'm on the right track or whether this should be handled completely differently, so feel free to tear this down if needed... 😄
To Do