Hi all

I have been using entityforms and was wanting to have one of the fields be editable on the submission view page.

I have used this module to get it up and running but id also like to redirect the user after they hit save.

The rules run on 'saving a existing submission' but doesn't like the action to redirect the page (or show a message on the site for that matter)

Any reason for this in particular? Kind of a deal breaker for me which would be a pity as its working exactly how i wanted

S

Comments

simonbcfa created an issue. See original summary.

joachim’s picture

Status: Active » Fixed

Write your own hook_form_alter() to change the redirect on the form.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

maxplus’s picture

Hi,
if you are not a coder you can also use the module https://www.drupal.org/project/rules_forms
Here you can capture the form submit of the editable views form and do everything you want with it, including a page redirect like you want.