scraido
Forum Replies Created
-
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Caldera Form Uploading SOOOO SLOW!Did you have an HTML Element? if yes maybe that have conflicted with your forms,, Tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Button Not WorkingHave you set the Mailer Recipients and Autoresponder for Clients, and in your test email host are you black list the email sent from wordpress?
Check your WordPress E-mail Address at Setting >> General are there black listed on your test email hosting?
Hope that help, Tq
Hi wlee20,
you can write the API on your .php or as snippet and snippet in Caldera Forms in HTML element or in Pages.
Your Client can input Fahrenheit Degrees on Single Line Text Element and you Passback it on Variables name it Fh with Value %Fahrenheit_Degrees%
So the snippet program can:
$fahrenheit_input = ( $_GET[‘Fh’] );
or
$fahrenheit_input = Caldera_Forms::do_magic_tags( ‘%Fahrenheit_Degrees%’, $_GET[‘cf_id’] )
And you can print the result in snippet program:
echo $celcius
Hope that helps, Tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Checkbox Show Values ProblemsHi tmeisky and wynot,
%field_slug:label% just work if the value (eg. price) is different.
And for what you guys need;
– Created a Checkbox field with 4 choices and values turned on.
– Name the Value same as the Label.
– Created one Hidden field for the Checkbox field choices;for example.
Make Single Line Text Element name Full Name
Make Email Address Element type name Email
Make Checkbox field Name Product Choice, and slug PC
w/ Label. A, B, C, D
& Value. A, B, C, D
Make Hidden field Name 123, w/ Value 123Add Submit Button
Displayed the Checkbox field and Total Price fields in emails (autoresponder and mailer);
auto responder
Hi %full_name%
your Total %PC% price is $%123%
(if price is same we don’t need Calculation)mailer (notification)
the %full_name% product choice is %PC%
email : %email%don’t forget to tick Show in Entry List in this field:
Full Name, Email, Product Choice, 123.Hope that’ll help, Tq
Hi There,
On the Mailer set the Recipients : [email protected]
you can have bcc if you want, and also set Reply to : someone email_slug field, eg. %email%.For From Email you can determine if this notifications came from [email protected] or [email protected]
have a nice day
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Unable to click on anythinghave you has a HTML Element in your Forms or have set something in your function.php to run on your forms? try to remove it for a while and see what’ll happen next?
Hello vbk100 did you have resolved this issue, if not did you have the Caldera-WP new version installed and Maybe you can try Delete your HTML Element and tell me what happen now? Tq
fields invisible, insert hidden on class or classes field in Button and Calculation Type Element;
also when set conditions on Caldera WP Form 2 dont forget to tick the test field (Paragraph Textarea Element) as the field that will apply the conditions, tq
Hello David thanks for your beautiful plugins ??
And Hello Codjer how r u? Is this have been resolved, okay from AlexanderRink and David Answer we can make a form like this;
– 1st made a page in your site name subject, w/ url https://abc.com/eg
Caldera WP Form 1
– in General Settings, Enable Ajax Submissions
– in Layout, set Hidden Element in your forms (eg. name htest), w/ Value hello
– in Variables Add one and name it subject with Value %htest% – as Passback
– Add Button Element Name it Write a Messages
– in Processors Add Redirect and set the URL https://abc.com/egCaldera WP Form 2
– in Layout, set Hidden Element in your forms (eg. name gtest), w/ Value {get:subject}
– in Layout, set Paragraph Textarea Element in your forms (eg. name test) and set it Conditions w/ name test and set the Conditions Type Show with Conditional Line; if gtest[gtest] is hello
– Add Button Element Name it SubmitBack to your eg pages (https://abc.com/eg) insert caldera-wp Form 2 shortcode in there, hope this will help you bro tq ??
I see the problem on v.1.2.0, in what version are you now? I think v.1.2.3 is more save. And you must update your wp core too
Btw your “contact us” form and “megaform” forms is not the trouble maker, you can save the .json and try to export it on v.1.2.3 or later in the new announced of updated version
of course you can send your .json to me ([email protected]), i’ll try to help to look at the problem more accurately
“I’ve the same idea if the element somehow could be hidden by button on backend it will help us many things (yeah it can help us to configures the forms in simpler way).”
what i meant is if the element can be hidden like hidden element and can be interact with math element ??
i meant the values on hidden element can’t be used for calculating, how wonderful if it can ??
for number two :
there are a hidden element you can use, but its not for calculating.the other element can be hide with conditional group, but when it’s hidden it can’t be interact with other calculating/math element.
But the hidden field can interact with other calculating/math element, you just set up (collaborated) them (the hidden field), with other hidden field and also with other math element.
I’ve the same idea if the element somehow could be hidden by button on backend it will help us many things (yeah it can help us to configures the forms in simpler way).
@vbk100 why you worried when you can backup/export the .json, like i did?
@rajangupta go to your cpanel – phpmyadmin – find your user account and change the password, google can tell you more about thisForum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Unable to click on anythingi mean you must change the code on your post or page for the forms appear on your browser, ??