Anyone else having any trouble trying to add a form to an article using this template?
This should be the first line of my form:
<form action=”process.php” method=”post” id=”advForm” name=”advForm” class=”form-validate”>
But when I save the article the ‘action’ part of the above code disappears! The below is how the code looks after I have saved the article:
<form method=”post” id=”advForm” name=”advForm” class=”form-validate”>
FYIs, I have set my user editor to ‘no editor’ and I have used the same form on other templates previously without any problems, it’s just when I try to add this form to the Trona template that I get an issue. :confused:
Thanks