Hi

How do I specify the return URL (after the form has been submitted) when using this module?
I tried putting it in the form's "Confirmation message or redirect URL" field, but it's not working.

Thanking you.

Shay

Comments

balaftuna’s picture

Tried also
$node->webform['confirmation'] = 'internal:node/1';
as the last line in "additional processing", after
"require_once(drupal_get_path('module', 'salesforcewebform') . '/salesforcewebform.module');
$form_state = salesforcewebform_process($node, $form, $form_state);"
but it also failed.
Thanks.
Shay

chriscalip’s picture

This module does not deal with the redirect functionality, the redirect functionality is done by webform module.

Usually @ url : node/[nid]/webform/configure at section Redirection location.

chriscalip’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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