barryG-3
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 |
---|---|---|---|---|---|
Dropdown selector listing all posts that takes you to that post
Started by: barryG-3
in: Toolset Professional Support
Problem: I would like to create a select field that includes all posts. The User can select a post, then click a submit button, and they will be redirected to that post. Solution: Rather than trying to use a search View or a Toolset Form, create a custom form using standard HTML markup. Use jQuery to modify the "action" attribute of your custom form, based on the value of the selected option: jQuery(document).ready(function(){ jQuery(document).on('change', '#your-unique-form-id select', function(e){ jQuery('#your-unique-form-id').attr('action', jQuery(e.target).val()); }); }); Relevant Documentation: |
|
3 | 6 | 6 years, 5 months ago | |
Can't get automatic linebreaks in WYSYWG
Started by: barryG-3 in: Toolset Professional Support |
1 | 2 | 6 years, 5 months ago |