aaronM-9
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Can I pass a taxonomy term to a CRED form via a URL parameter?
Iniciado por: aaronM-9
en: Toolset Professional Support
Problem: I'm trying to pre-populate a CRED form using URL parameters. So far, I've been able to pre-populate all forms except for taxonomies. I've tried using the slug as well as the term name. Is this something that can be done? Solution: I suggest you try these: <a href="http:/some-URL/?param-subject=[wpv-post-taxonomy type="subject" format="name"]">BUTTON IN SEARCH OF</a> https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-taxonomy 2) In CRED form, use below JS codes to setup the default value in CRED field: var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = decodeURIComponent(window.location.search.substring(1)), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : sParameterName[1]; } } }; var subject = getUrlParameter('param-subject'); jQuery('select[name="subject[]"]').find("option:contains('" + subject + "')").attr('selected', 'selected'); Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-taxonomy |
3 | 6 | hace 6 años, 7 meses | ||
How to add a delete post link in a CRED edit form
Iniciado por: aaronM-9
en: Toolset Professional Support
Problem: Solution: [cred_delete_post_link action="delete" text="Delete %TITLE%" message_after="Post deleted" message="Are you sure you want to delete this post?" message_show="1"] |
2 | 8 | hace 6 años, 7 meses | ||
Run Custom SQL Code After Creation of New User
Iniciado por: aaronM-9
en: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 4 | hace 6 años, 7 meses | ||
Submit Button Stopped Working
Iniciado por: aaronM-9
en: 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 | hace 6 años, 7 meses | ||
Can you pass variable information to a view query?
Iniciado por: aaronM-9 en: Types Community Support |
2 | 3 | hace 6 años, 8 meses | ||
Using Uploaded Pictures Instead of Gravatars
Iniciado por: aaronM-9 en: Toolset Professional Support |
2 | 3 | hace 6 años, 11 meses | ||
Displaying select list conditionally based on generic field
Iniciado por: aaronM-9 en: Types Community Support |
2 | 4 | hace 6 años, 11 meses | ||
Page cannot be found when saving Post Form after adding content
Iniciado por: aaronM-9 en: Toolset Professional Support |
2 | 10 | hace 6 años, 11 meses |