Hi!
Yesterday I maked a form and it worked well. After submit I got the debug results, emails (CC too). Today I would insert an image instead of the Submit button, but it didn't worked.
I deleted the form, create a new one, but the result the same: refresh, but nothing else. No debug results, no emails...
What should be the problem? This is a great component and I would use it....
This is the end of the code:
Thank you for your help and for the component too! Can check form at http://teszt.terkoves.hu/terburkolatkonnyen or by choosing the 'form' in menu.
Yesterday I maked a form and it worked well. After submit I got the debug results, emails (CC too). Today I would insert an image instead of the Submit button, but it didn't worked.
<input type="image" src="images/stories/blabla.jpg alt="Submit">
Tried to add value="submit" tag but nothing. Np, opened the form with wizard edit and save, so I got back the original Submit button, but the form didn't work. The submit button only refresh the page.I deleted the form, create a new one, but the result the same: refresh, but nothing else. No debug results, no emails...
What should be the problem? This is a great component and I would use it....
This is the end of the code:
<div class="form_item">
<div class="form_element cf_captcha">
<label class="cf_label" style="width: 150px;">Érvényesítés</label>
<span>{imageverification}</span>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Küldés" name="button_10" type="submit" />
</div>
<div class="cfclear"> </div>
</div>
Thank you for your help and for the component too! Can check form at http://teszt.terkoves.hu/terburkolatkonnyen or by choosing the 'form' in menu.