Skip to content

Instantly share code, notes, and snippets.

@netojoa
Last active January 17, 2020 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netojoa/659b444c666a1e1c2e8dc8c9ac8b4f4f to your computer and use it in GitHub Desktop.
Save netojoa/659b444c666a1e1c2e8dc8c9ac8b4f4f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<sitecore>
<pipelines>
<forms.renderForm>
<processor type="Custom.Feature.Forms.Pipelines.Forms.SetFormId, Custom.Feature.Forms"
patch:after="processor[@type='Sitecore.ExperienceForms.Mvc.Pipelines.RenderForm.SetFormParameters, Sitecore.ExperienceForms.Mvc']"/>
<processor type="Custom.Feature.Forms.Pipelines.Forms.CreateHiddenFields, Custom.Feature.Forms"
patch:after="processor[@type='Sitecore.ExperienceForms.Mvc.Pipelines.RenderForm.BuildForm, Sitecore.ExperienceForms.Mvc']"/>
</forms.renderForm>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment