I have a "Subscribe to our Newsletter" webform (can be any webform) - say node/41 - that I embedded in a block (block id is "client-block-14"). This is done so that it can be displayed in different regions on different pages. There are no direct links to node/41.
When submitting the form I do not want the user to be redirected. I want the user to stay on the page he/she is currently on (e.g Home, Products, etc...) and displaying a custom message stating that the submission was successful.
The catch is that I only want a rule for this webform and not for other webforms (contact us) on the site.
Here is my rule that I tried.
- After new content is saved
- Condition 1: content type is webform
- AND condition 2: node id is 41
- Action: Display message
How do I convert this rule (and adding no-redirect) to work on the embedded block as it clearly does not have a node id but a block id?