Hi all,
Can you take a look at this page:
http://www.fabulousfancies.co.uk/contact/
When the form is submitted the page just refreshes, it doesn't send an email, it doesn't even check the validation. What could cause this to happen? Please help me!
Thanks
(solved) form submit just refreshes page - nothing else
-
- Forum Members
- Posts: 20
- Joined: Sat May 15, 2010 9:54 am
(solved) form submit just refreshes page - nothing else
Last edited by mrchristoph on Sun Oct 31, 2010 5:02 pm, edited 1 time in total.
Re: Formbuilder form submit just refreshes page - nothing else
Hi,
Do you have a "/" as page extentions set in the config.php?
grtz. Rolf
Do you have a "/" as page extentions set in the config.php?
grtz. Rolf

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 20
- Joined: Sat May 15, 2010 9:54 am
Re: Formbuilder form submit just refreshes page - nothing else
Thanks for replying!
in my config I have
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';
but i still see the '/' at the end of the url - do you think this is the problem? How can remove it? I tried putting in a space but that seems to make no difference.
in my config I have
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';
but i still see the '/' at the end of the url - do you think this is the problem? How can remove it? I tried putting in a space but that seems to make no difference.
-
- Forum Members
- Posts: 20
- Joined: Sat May 15, 2010 9:54 am
Re: Formbuilder form submit just refreshes page - nothing else
Aha - I have put in '/' and now it works - thanks so much! Not quite sure why this would make the form break, but nevermind 
