0
votes

hi i have made a content type in drupal. in this content type i have added some fields. i want when user submit this form. he will be redirected on a custom page. right now when user submit this form he remain on this page and an see the success message. i want to redirect the user on a custom page .how can i do this.

1
read about redirect in Form APIdobeerman

1 Answers

1
votes

Use the rules module.

Event -> After saving new content

Node -> Content has type (optional: User -> has role)

System -> Page redirect