Have I read the related troubleshooter articles above before posting (which pages?)? No
Have I searched the tickets before posting? yes
Have I read the documentation before posting (which pages?)? No
Joomla! version: (unknown)
PHP version: (unknown)
MySQL version: (unknown)
Host: (optional, but it helps us help you)
Admin Tools version: (unknown)
Description of my issue:
In short, the AdminTools option "Remove all instances of Joomla from the output" cuts of the closing " character of a class assignment. I'm using RSForms!Pro on the site. All out of a sudden, the form stopped working (the send button became unresponsive to be more precise), so I opened a ticket at RSJoomlas helpdesk. Here's what I told RSJoomla:
Hello,
Akeeba admin tools has an option labeled "Remove all instances of Joomla from the output". Enabling it causes the submit button to become unresponsive - i.e. nothing is validated nor send.
This was there reply:
Hello,
With the option enabled, the following HTML code is generated:
<div class="component-content rt-><br /> <form method="post" id="userForm" enctype="multipart/form-data" action="http://fundriven.com/index.php?option=com_rsform&formId=3">
You can notice that the <div> that contains the <form> is being assigned a class, but it gets cut off right where rt-joomla should be as well as the closing double quotes. With the option off, the code is:
<div class="component-content rt-joomla"><br /> <form method="post" id="userForm" enctype="multipart/form-data" action="http://fundriven.com/index.php?option=com_rsform&formId=3">
The <div> i am referring to is added by your template and the code is scrambled by the option in Admin Tools.
Regards!