aaronM-9
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 |
---|---|---|---|---|---|
Submit Button Stopped Working
Started by: aaronM-9
in: Toolset Professional Support
Problem: It is a compatibility problem with the WpDataTables plugin: A simple CRED form I recently created to add new posts has suddenly stopped working. The submit button cannot be clicked on. The form is called "Household-Term-Add" and can be found in the layout "Template-Households" under the third tab. Any reason why a form would suddenly stop working ? Solution: You can use custom JS codes to remove the attribute "disabled" of submit button, for example, edit the CRED form "Household-Term-Add", in section "Content", click "JS editor", add below JS codes: jQuery(document).ready(function($){ $('input.wpt-form-submit').removeAttr('disabled'); }); And test again. Relevant Documentation: |
2 | 13 | 6 years, 9 months ago | ||
Can you pass variable information to a view query?
Started by: aaronM-9 in: Types Community Support |
2 | 3 | 6 years, 10 months ago |