27 Posts
Yusuf
8 years ago
5
Topic

Hello,

I created a Forms & Content Types form on both admin and site views. At the admin, it saves as expected but at the site/front end it doesn’t save after clicking submit button?

This has been my problem ever since creating the form, I searched for possible solution but can fix it even after seeing this thread and following the instructions; https://www.seblod.com/community/forums/forms-content-types/site-form-just-stop-saving

My installation configurations is:

My form has less than 10 fields using Joomla! 3.4.4 & seblod 3.7.2 installation on Amazon EC2 instance.

Note: I don't have this issue on the local server (XAMPP), everything works fine on my local machine.

Hope someone will come to my aid asap.

Thanks in advance for your time.

Get a Book for SEBLOD
154 Posts
WebOne
8 years ago
1
Level 1

Is your server perhaps using MOD_SECURITY - I have had problems with saving some forms when this was turned on.

27 Posts
Yusuf
8 years ago
0
Level 2

Hi WebOne, I have no idea what that is. How do I check for that?

154 Posts
WebOne
8 years ago
1
Level 1

Methods to check if MOD_Security has been loaded can be found here.

stackoverflow.com/questions/3182500/detect-if-mod-security-is-installed-with-php

CPANEL often allows you to turn it off.

Or you can try disabling it by adding this to your .htaccess

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Or you will have to contact your hosting provider.

27 Posts
Yusuf
8 years ago
0
Level 2

Hi @WebOne,

MOD_Security was disabled, however the problem still persists.

I tried enabling the default joomla article submission from the front end, it worked fine. So the issue most be from Seblod CCK?

Am still stuck here, anyone with helpful solution?

Thanks

27 Posts
Yusuf
8 years ago
0
Level 1

Hi, This was solved.

It was a JS clash between seblod and a service (fortumo) i was using.

Thanks for your inputs.

Get a Book for SEBLOD