Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
Description
Generate HTML code for standalone input forms for a selected Profile.
1. New 'action' on Profile 'selector' -> "Get Form (HTML Code)"
2. Onclick, go to page with generated HTML for this profile inside a textarea field with a Jscript link below it to select field contents ('Select HTML Code for Copying').
3. The form code should include a hidden field which controls the post-insert landing page. The default can be our 'normal' profile create landing page - but users can edit html code to land elsewhere.
NOTE: If the post-process landing page is NOT our default location, we'll still need a page "inside" CiviCRM for redisplaying the form w/ errors when their are field validation errors. This wil be the 'normal' civicrm/create page - but that page will need to carry forward the hidden field for the eventual user-defined landing page.