Problem with form

Permalink
Hi,

I have a php form in concrete5/blocks/external_form/forms called login-form.php

It is a Login form. When the user fills out the information, I plan on the form executing another php file. But, no matter where I put this other file, called login-exec.php, the web server says the page cannot be found. Help?

 
frz replied on at Permalink Reply
frz
check out the example custom form that comes with concrete5 install. it should give you a sense as to where to stick the code for the submission end of what you're doing.

there's also a free login block you might want to check out in the marketplace.