Tell us what you are trying to do?
Custom development
Is there any documentation that you are following?
Cred API and others
Is there a similar example that we can see?
No
Hi!
First of all when opening a ticket it asks me to which site i want help, and i have to select a site.
Not all the questions are related to a site, in this case i want to know if with Toolset Support help i can achieve the following.
I've already saw the CRED API... I've seen the many-to-many post relationships beta release today and i want to know if i can accomplish the following. I already worked with toolset and i know some things are possible, but i only know HTML/CSS but i handle well searching for code in the forum and trying different approaches to achieve what i want.
Heads Up: My intent is that admin could do the operations needed in the frontend and only frontend!
Workflow for users:
- User submit an application form (warning, the user doesn't need to register, but will fill an e-mail field used for toolset to send e-mails, does the fact that the user doesn't need to register into wordpress be a problem?)
- User then receives e-mails according to different types of status assigned to that application form (approved, pending, etc, just like woocommerce)
Admin features on frontend:
Application forms
- Possibility to view application forms on the frontend and change the fields
- When a user submits the application, create a record of the post type called USER (not wordpress user) with his name, email, address, and a link to the proposal(s) he submitted (user would be parent, proposal the child)
- For each application form submitted, create a history record of all e-mail sent by toolset (by e-mail to the proposal email field submitted by the applicant). Proposal parent, e-mails sent by toolset would be the childs?. Each application should have status (accepted, pending, etc with specific text for each). Some status may not send e-mail, just a few.
- Each application would have 10 fields consisting in a single button (so it would be 10 buttons), pressing the button makes a confirmation popup appear to confirm the action. When confirmed, the content of the form should be sent via API of the specific institution assigned to that button and that action logged in the proposal history (just like an e-mail specified above).
Is it possible to send cred forms in specific format (i believe xml?) and only specific fields (some api's don't require all fields) to specific API's? For example, the first button would only send "name", "email", "budget" to institution 1, the second button would only send "name" and "email" to institution 2, etc.
Statistics for all the proposal submitted:
- How many proposals pending, approved, etc (by status) and ability to list them.
- How old are the applicants (average)
- From where are the applicants?
etc etc.
CRM
A database of the people that applied the form.
Abillity to for example, to list the contacts based on the form dropdown fields (ex: list all the applicants that chose "RESULT" from a dropdown that was on the applicant form), linking to their profile, where i can therefore access the form he submitted.
Hope i was clear enough, if you have some question please let me know, will be glad to answer them.
--------------------------------------------------------------------------------------
Another project (if possible i will purchase 2 licenses)
Multipage form with CRED (with step visualization on top of the form) where the wordpress user will have ONLY one record. If that record already exists then the "add new" button will disappear. The user can update the existing record with new information.
Option to, as above, create a button to send the form in specific format to their system API (i still don't know which one).
This could be on the admin side or frontend.
thanks!