• 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: My form won't submit...

My form won't submit... 11 years 1 month ago #27028

Hi all,

I'm trying to get a form with the next code:

But the page only refreshes and doesn't submit... What am I doing wrong?
<form class="uk-form">
<div class="uk-grid uk-panel uk-panel-box" data-uk-grid-margin>
 
  <div class="uk-width-medium-1-2 uk-width-small-1-1"><div class="uk-panel">
 
    <h3 class="uk-panel-title">UW GEGEVENS</h3>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-1-1"><div class="uk-panel">{bedrijf:caption}<br />{bedrijf:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-1-2"><div class="uk-panel">{voornaam:caption}<br />{voornaam:body}</div></div>
  <div class="uk-width-medium-1-2"><div class="uk-panel">{achternaam:caption}<br />{achternaam:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-hidden-small uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-1-1"><div class="uk-panel">{straat:caption}<br />{straat:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-hidden-small uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-3-10"><div class="uk-panel">{postcode:caption}<br />{postcode:body}</div></div>
  <div class="uk-width-medium-7-10"><div class="uk-panel">{woonplaats:caption}<br />{woonplaats:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-hidden-small uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-1-2"><div class="uk-panel">{land:caption}<br />{land:body}</div></div>
  <div class="uk-width-medium-1-2"><div class="uk-panel">{btw:caption}<br />{btw:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-1-2"><div class="uk-panel">{telefoon:caption}<br />{telefoon:body}</div></div>
  <div class="uk-width-medium-1-2  uk-hidden-small"><div class="uk-panel">{mobiel:caption}<br />{mobiel:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-1-1"><div class="uk-panel">{email:caption}<br />{email:body}</div></div>
<div class="formclr"></div>
</div>
  </div></div>
 
 
 
  <div class="uk-width-medium-1-2 uk-width-small-1-1"><div class="uk-panel">
 
    <h3 class="uk-panel-title">PRODUCT & LOGO</h3>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-3-10"><div class="uk-panel">{aantal:caption}<br />{aantal:body}</div></div>
  <div class="uk-width-medium-7-10"><div class="uk-panel">{product:caption}<br />{product:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-hidden-small uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-1-1"><div class="uk-panel class="uk-form-file">{logo1:caption}<br />{logo1:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-hidden-small uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-1-1"><div class="uk-panel class="uk-form-file">{logo2:caption}<br />{logo2:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-1-1"><div class="uk-panel">{opmerkingen:caption}<br />{opmerkingen:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-1-1"><div class="uk-panel">{levertijd:caption}<br />{levertijd:body}</div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-medium-1-1"><div class="uk-panel">{captcha:caption}<br />{captcha:body}<span class="formClr">{captcha:validation}</span></div></div>
<div class="formclr"></div>
</div>
 
<div class="uk-grid uk-grid-small" data-uk-grid-margin>   
  <div class="uk-width-1-1"><div class="uk-panel">{aanvragen:caption}<br />{aanvragen:body}</div></div>
<div class="formclr"></div>
</div>
 
  </div></div>  
 
</div>
</form>
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!