Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new Form Asset metadata set based off of your standard metadata set.  Add a new dynamic field, form_url, with label “Online Forms URL” that is text, required, and inline
  2. Create a new Form Page template based off of your standard template. Add a FORM-BASE region to the top of your <head> and a FORM-EMBED region where you want the form to be embedded.  Putting if you after DEFAULT will allow your users to edit text above the form.
  3. Create a new Form Page configuration set...configuration set based off of your standard configuration set but linked to the Form Page template
  4. Link the FORM-BASE region to a block that can access the form_url metadata field created above with a format that translates the URL in to a base tag when published (e.g., form-base.xsl
  5. Link the FORM-EMBED region to a block that can access the form_url metadata field created above with a format that translates the URL in to a JavaScript redirect when published but displays a message to the user while in Cascade (e.g., form-embed.xsl)
  6. Create a new Form Page content type based off of...

...