Could I be directed to any posts that may help with creating the following in Joomla 1.5? (php newbie)
Functionality 1
- user logs in and populates the form fields (text, text area, select, date)
- when clicking 'Save' (the first submit button), the form data is saved to the database and the user receives an email with the form data (I'm successful this far)
- the user is not redirected to a thankyou page but stays on the form page (or is redirected to an identical pre-populated form page)
- after logging out and logging in again, the form would be pre-populated with their data
Functionality 2
- when clicking 'Submit' (the second submit button) the form data is emailed to a different recipient
- the user is redirected to a thankyou page
thanks! (If I can't figure this out on my own, I'm willing to pay a programmer.)
Functionality 1
- user logs in and populates the form fields (text, text area, select, date)
- when clicking 'Save' (the first submit button), the form data is saved to the database and the user receives an email with the form data (I'm successful this far)
- the user is not redirected to a thankyou page but stays on the form page (or is redirected to an identical pre-populated form page)
- after logging out and logging in again, the form would be pre-populated with their data
Functionality 2
- when clicking 'Submit' (the second submit button) the form data is emailed to a different recipient
- the user is redirected to a thankyou page
thanks! (If I can't figure this out on my own, I'm willing to pay a programmer.)