ParentDemographics.html Change Form Destination with a Fragment

Forums:

I have successfully made several page fragments to customize the parentdemographics.html page for our district, except for one change that I cannot seem to make via a page fragment.

I would like to change the form destination from the default changesrecorded.html to our custom page ptodirectory.html. I cannot figure out a way to insert that change via a fragment, although I can easily just edit the html directly on that page. That's what we did last year and I can do again if we cannot figure it out. But it is best to make customizations via page fragments and plugins that can easily be added or removed without messing up the core EPP files.

ORIGINAL:
<form action="changesrecorded.html" method="POST" id="demographic-update" class="noSubmitLoading" onSubmit="setParentVerified();">

DESIRED CHANGE:
<form action="ptodirectory.html" method="POST" id="demographic-update" class="noSubmitLoading" onSubmit="setParentVerified();">

Subscribe to Comments for "ParentDemographics.html Change Form Destination with a Fragment"