Corrected path to templates in FreeMarkerComponentGenerator. Contact form gets form action passed in by controller. Updated some comments.
This commit is contained in:
parent
ee2697f23f
commit
99a080ad3f
5 changed files with 48 additions and 11 deletions
|
@ -27,7 +27,7 @@
|
|||
</p>
|
||||
</#if>
|
||||
|
||||
<form name="contact_form" id="contact_form" action="submitFeedback" method="post" onsubmit="return ValidateForm('contact_form');">
|
||||
<form name="contact_form" id="contact_form" action="${formAction}" method="post" onsubmit="return ValidateForm('contact_form');">
|
||||
<input type="hidden" name="home" value="${portalId}"/>
|
||||
<input type="hidden" name="RequiredFields" value="webusername,webuseremail,s34gfd88p9x1"/>
|
||||
<input type="hidden" name="RequiredFieldsNames" value="Name,Email address,Comments"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue