Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
Description
Allow admin user to specify post processing redirect URL for profile/create and profile/update forms.
- Add post_url column to uf_group table. This is an optional varchar(255) column.
- Add "Redirect to This URL After Form is Submitted" field to create/edit Profile 'group' form. (optional field)
- Validate input value -> valid URL
- When this value is specified in the uf_group record, and create or update form action is submitted - process the form submission and if no errors redirect to this url.