removing php header function, adding new file for user confirmation email
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Jun 2017 15:49:00 +0000 (11:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Jun 2017 15:49:00 +0000 (11:49 -0400)
commit82525481baaad024b7fe014552c8944a4bf708da
tree5986ef11dfb41765b0e14a01f4bac0d048f26f27
parentdf70e05d120be4724b851701b28a6303dd3d2c9e
removing php header function, adding new file for user confirmation email

setting the email function when a user submits an event, created a separate email
form view file for the user. Changing the use of php header function to redirect to
confirmation page to javascript window location function in the confirmation view file.
commented out the wp mail function for the user until it's test working fully
models/front/events/frontAdd.php
setup/requiredPages.php
views/front/events/confirmation.html
views/front/events/userEmail.html [new file with mode: 0644]