Skip Navigation

[Resolved] Help with posts forms, parents and user forms

This support ticket is created 8 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Author
Posts
#387192

Hi, I am devloping this web: 192.185.15.142/~donatu/

I have some questions:

1- I created a Cred Post Form and an Edit form but I can't find how to use the edit form. See form: hidden link

2- In this form I added the possibility to select a parent and what I want is that when parent is selected, automatically it uses the same taxonomy selected for the parent. Is it possible?

3- In third place, I installed a plugin called Product Vendors that works with woocommerce. The thing is I want to enable users to register as vendors using cred user forms but the cred user form is not recognizing the fields that vendors have. How can I do to add this fields in the cred form?

The Web credentials are:

hidden link
User: balloondon
Pass: QWf@dxep$KBO(a$L!5

You can find the vendors fields in Wp-admin > Products > Vendors

Thanks for your help in advance!

#387992

Hi Jose, here are the answers for your questions :

1. Normally the edit form is used next to the link of a record in a listing View. So a View lists all records of that type and next to each of them there is a CRED edit link to show the edit form. This situation would be something like the wp-admin but in the frontend for the user responsible for the records to edit them. For reference : https://toolset.com/documentation/user-guides/creating-cred-forms/

2. Yes, that is possible with a bit of custom coding. You can use the CRED Api to hook to the action of saving this form and then fetching the data from the record's father and adding it to the record. For reference : https://toolset.com/documentation/user-guides/cred-api/#csd

3. You first need to configure CRED to let it know that there are custom fields used by other plugins. Go to Toolset > Post Forms and click on the button "Manage Custom Fields". This will show you a page where you can filter by the Custom Post Type that the plugin uses. It will show all fields it creates and you will then be able to configure them for usage with CRED. For reference : https://toolset.com/documentation/user-guides/letting-cred-edit-custom-fields-created-by-other-plugins/

Let me know if you need further assistance.

Regards,
Yuri.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.