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
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
Comment #1
balaftuna commentedTried 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
Comment #2
chriscalip commentedThis 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.
Comment #3
chriscalip commented