I am trying to: display form
Link to a page where the issue can be seen:
Not working at hidden link
I expected to see:
Working at hidden link
Instead, I got: Empty
Dear team
Thanks for this amazing plugin. I bought this before also but don't remember my that account so had to buy again with this account because facing problem
I am trying to put shortcode but it's not appearing.
Please check hidden link
"Send a request" button is in pop-up and between "Form start here" & "Form end here" is CRED shortcode in php...
===================================================
But on all other pages and places, its working
eg. hidden link
(At bottom when you click on "Click here", the popup form is CRED form.)
Waiting for your reply
Thank you a lot
between "Form start here" & "Form end here" is CRED shortcode in php...
Can you show me the PHP code you have used? Please copy + paste it here.
Hello,Thanks for your reply
This code I am using
Form start here
<br><br><br>
<?php echo do_shortcode('[cred_form form="apply-in-search"]'); ?>
<br><br><br>
Form end here
Thanks
Thank you, this looks okay. May I log in to your wp-admin area to see how things are set up? Please provide login credentials in the private reply fields here.
I can't help you modify core Jupiter theme files, sorry! Can you create a child theme?
Hello
I have update the child theme. Please check
Please fix it, I really need it.
Thanks
Check now, I have copied the parent theme's wp_search.php file to your child theme and inserted the Form using the cred_form function:
Hello,
1st, it's bit same what I was wanted but was wanted in popup but it's bottom of page, also ok..
2nd thing, I was wanted auto filled detail in two fields
"Where to study" and "Your field of interest".
In wp-search.php, "Where to study" should have country field which is "$tt->name" and "Your field of interest" is search keyword which is "get_search_query()" in wp-search.php
Please check and see how can do auto fill in it?
Thanks
You can set the values in a Form using URL parameters or by inserting custom shortcodes in the cred_field value attribute, but there is no public API for setting field values using PHP or JavaScript. We have documentation for the Form field shortcode available here: https://toolset.com/documentation/user-guides/cred-shortcodes/#cred_field
You can see how to use URL parameters or the value attribute to set a field value.
Hello
Thanks for your reply
I am not getting it :'(
Can you please help in it.. :'(
Here is an example showing how to set the value of a field using a static string:
[cred_field field="weight" post="package" value="12345"]
Here is an example showing how to set the value of a field using a custom shortcode:
[cred_field field="weight" post="package" value="[my-custom-shortcode]"]
Here is an example showing how to set the value of a field using a URL parameter:
[cred_field field="weight" post="package" urlparam="weight"]
Link to this form with a URL parameter like this:
http://yoursite.com/page-with-form/?weight=12345
Hello
I tried but didn't work.. I think shortcode one will be best solution but I don't know how to make it.. That's why we buy Toolset because we don't have that much coding skills..
Can have any solution please?
Thanks
Is there any way to create $tt->name to any shortcode? so I put it in the form in value?
Thanks
I tried but didn't work..
Copy + paste the code from the Form builder for me to review.