I am using JBZoo for a jobs listing and have set up a frontend submission form to allow posting of jobs.
In the backend of Zoo in the submissions config an email can be specified to receive confirmation of posting.
One of the fields I have included on the submission form is a tracking email which is used to track applications.
I really need two uses of this email address:
1. The posting confirmation goes to this address as well as the one specified in submissions config
2. People can 'apply to' this email address (attaching a document). Or this email address appears in the description as an email link.
The native ZOO component has no way of making 1 happen. This is unfortunate since frontend submission suggests the possibility of registered site users posting content.
For 2 I could simply include the field in the description (I use the product catalog) and the email would appear as a link. I could use any label here to point people to using this email to 'apply'.
But this is not ideal as really this email should not be visible - the email would ideally be sent via a form not by opening the users email client.
So I have options here (I am hoping ):
Use some native ZOO / JBZOO functionality which may include:
- A form element - but I am unaware of this
- Modifying the purchase basket - but this seems like a lot of work probably beyond my comprehension
Or I could use a third party component to create a contact form - such as RSForms Pro - and somehow 'collect' the JBZoo field for use as an address in the contact form.
I'm hoping there is a simple alternative means of achieving this...
Thanks.