scottL-5
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Adding shipping address to notification
Started by: scottL-5
in: Toolset Professional Support
Problem: I would like to include the shipping address used in woocommerce in this notification so that the production team has everything they need to create and ship the product in a single email. Solution: After user submit the Toolset form and place the order, this order post will be marked as "Processing" status, current user is still the customer who placed the order. And Woocommerce plugin is using custom user fields to store the shipping address information: - shipping_address_1 - shipping_address_2 So you can use Views shortcode [wpv-user] to display current user's information in the Email body, for example: shipping_address_1: [wpv-user field="shipping_address_1"] shipping_address_2: [wpv-user field="shipping_address_2"] Relevant Documentation: https://wp-types.com/documentation/user-guides/views-shortcodes/#wpv-user |
2 | 7 | 5 years, 11 months ago | ||
Create a user and post in the same Form
Started by: scottL-5
in: Toolset Professional Support
Problem: I would like to use one Form to create a new User and a new post at the same time. Solution: Forms can either create a User or create a post of some kind, but not both. Combining these two features would require some custom code using the cred_save_data API. Another approach uses two Forms and conditional HTML to display or hide the second Form after the first Form is submitted. |
2 | 2 | 6 years, 5 months ago | ||
How to display post to customer after completion?
Started by: scottL-5
in: Toolset Professional Support
Problem: I have a Commerce Form that creates posts. When the Order is complete, I would like to show the User a link to the post created by the Form. Solution: Use a View filtered by post author to display a link to the post on a custom Thank You redirect page. To send the link to the User in an email, create an email notification that is triggered when the post status is published. Add the post link using the placeholder %%POST_LINK%%. Relevant Documentation: |
2 | 2 | 6 years, 5 months ago | ||
Error adding fields
1
2
3
4
Started by: scottL-5 in: Toolset Professional Support |
2 | 48 | 6 years, 5 months ago |