Has anyone else tried to use webforms in a panel? Generally everything is working ok, except for some usability issues.
- if there is an error in the webform validation (missing mandatory fields, invalid email format, etc.), the page redirects to the webform node page with the error messages, and not to the original panel page (specifying internal:panel-page-url seems to work only for successful submissions)
- I specify internal:panel-page-url and after a successful submission, redirects to the panel page, but there is no "success message" displayed, so the user has no clue whether or not the submission was successful.
anyone has any thoughts or alternative implementations?