• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Form not submitting when inserted in article

Form not submitting when inserted in article 10 years 7 months ago #24924

The form I have only works when I go to the form directly. It does not work when I insert it into an existing article.
When I view the source code it shows:

<form name="inschrijvenForm" id="inschrijvenForm" method="post" action="" >

So there's no action even though in my form style I have this:

<div align="left" style="width:100%" class="componentheading">{formtitle}</div>
<form name="{formname}" id="{formname}" method="post" action="{action}" {enctype}>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="forme">
{formfields}
</table>
</form>

When I preview the form the source code shows:

<form name="inschrijvenForm" id="inschrijvenForm" method="post" action="/index.php?option=com_forme&fid=6&Itemid=99999&lang=nl" >

So what could be the problem? I have also tried adding the action url in the form style but it remains empty in the source code.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!