StanleyT8485
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 |
---|---|---|---|---|---|
How to show a notification bar after user registers?
Started by: StanleyT8485 in: Toolset Professional Support |
2 | 6 | 5 years, 3 months ago | ||
How to redirect user to another section on the same page after registration?
Started by: StanleyT8485 in: Toolset Professional Support |
2 | 6 | 5 years, 3 months ago | ||
How to add both Buy Now and Add to cart button in Toolset?
Started by: StanleyT8485 in: Toolset Professional Support |
2 | 7 | 5 years, 4 months ago | ||
Can Toolset show different Woocomerce product variations in a table?
Started by: StanleyT8485 in: Toolset Professional Support |
2 | 4 | 5 years, 5 months ago | ||
How to populate Toolset User Forms to Woocommerce checkout fields?
Started by: StanleyT8485 in: Toolset Professional Support |
2 | 3 | 5 years, 5 months ago | ||
How to use another field as password?
Started by: StanleyT8485
in: Toolset Professional Support
Problem: Solution: The following snippet of JS works on the initial page load, and also for forms submitted via ajax if it is reloaded with any validation errors, for example: (function ($) { $(document).ready(function () { $('input[type="password"]').attr("type", "text"); }); $(document).on('js_event_cred_ajax_form_response_completed', function(event){ $('input[type="password"]').attr("type", "text"); }); })(jQuery); |
2 | 9 | 5 years, 6 months ago | ||
Redirect user to another page if they are logged in
Started by: StanleyT8485
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 6 | 5 years, 6 months ago | ||
Auto-login doesn’t work
Started by: StanleyT8485
in: Toolset Professional Support
Problem: Solution: This code expects the password fields to be included in the form, but the client is auto-generating the passwords. An updated version of the code for this scenario is here: https://toolset.com/forums/topic/auto-login-doesnt-work-2/#post-1269167 It should be possible to add a little logic so that either scenario is covered by a single code snippet. |
2 | 6 | 5 years, 6 months ago | ||
Can Toolset Forms fill in Woocommerce product attributes?
Started by: StanleyT8485
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 5 years, 6 months ago | ||
How to pre-select cred_fields in Toolset Forms
Started by: StanleyT8485
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 5 | 5 years, 6 months ago | ||
Limit access to selected pages for selected users
Started by: StanleyT8485 in: Toolset Professional Support |
2 | 8 | 5 years, 6 months ago | ||
How to hide certain options in custom fields in Toolset Forms
Started by: StanleyT8485 in: Toolset Professional Support |
2 | 3 | 5 years, 6 months ago | ||
CRED form to allow users to add Woocommerce products
Started by: StanleyT8485
in: Toolset Professional Support
Problem: I would like to use Forms to create new Products on the front-end of the site. Solution: Only the simplest products are supported in Forms. Many features like variable products, product attribute management, and so on are not supported. Relevant Documentation: https://toolset.com/learn/create-an-ecomamerce-wordpress-site/how-to-create-a-front-end-form-for-adding-woocommerce-products/ |
2 | 4 | 5 years, 6 months ago | ||
Content Template not overwriting existing template
Started by: StanleyT8485
in: Toolset Professional Support
Problem: Use content templates on my Woocommerce site but the content template is not overwriting the existing template. Solution: It seems to be a compatibility issue, please check these: https://toolset.com/forums/topic/content-template-not-overwriting-existing-template/#post-1248849 Relevant Documentation: |
2 | 3 | 5 years, 6 months ago | ||
Show text based off different Woocommerce variations
Started by: StanleyT8485
in: Toolset Professional Support
Problem: I want to show text based off different Woocommerce variations Solution: It needs custom JS codes, for example, when user select a Woocommerce variation, you can trigger a JS function, in this JS function, display specific text. Relevant Documentation: |
2 | 7 | 5 years, 6 months ago |