scraido
Forum Replies Created
-
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Dynamic recipientHi rbfabbri.,
Did you mean this: give a tick on Show in Entry List in that field, and you can get the Email Value fill by customer in Entries >> Email,,
Hope this’ll help you, Tq
Hi Knud K.Petersen.,
For your case the simple way you can do is export the 1st, 2nd, 3rd & 4th form, and then Delete it.
And start Imported the exported.json one by one, start with the 1st form, and continue until the 4th form done imported to your wp-site.
Hope this help, Tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] No Line Breaks in emailsin autoresponder set <p></p> per line, example:
<p>Hi %full_name%,</p>
<p></p>
<p>Hope you are well and thank you very much for your quote request.</p>
<p>etc</p>Hope this’ll help you, Tq
Don’t forget to support Caldera WP by use https://CalderaWP.com/support for Caldera Forms support.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] No Validation Error MessagesHi cambridge2016.,
You can set a Single Line Text as message and condition it will appear if the required field are empty, eg:
Field One – Empty, Required
Field Two (Single Line Text), hide Label => Please fill out the Field One | Add Conditional Show if Field One is ‘let it blank’also set the Conditional Fail Processor so when they submit the form without the required field filled out, the form wouldn’t submit
download the processor here:
https://calderawp.com/downloads/conditional-fail-for-caldera-forms/set it use If Required field* is ‘let it blank’
* Change the Required field term here with your own field, hope this help, Tq
Note. And All Please Support Caldera WP by use https://CalderaWP.com/support for Caldera Forms support
Hi veggiebunches.,
In form 1
zipcode slug => zipcodeAdd a Variables, name it zc w/t value %zipcode%, set as Passback
Add a Redirect to Form 2
in waitlist field, insert the value with {get:zc}, and voila the zipcode from the 1st form auto filled in the 2nd form, TqYou can set the table with Caldera Form (set it on Front Page) or use this Plugin;
– https://calderawp.com/downloads/caldera-form-custom-fields/
– https://calderawp.com/downloads/caldera-metaplate/and then set the Variable for each field as Passback so when you redirect them to the second form that you’ve made, you can get the field data (using {get:*}) from the 1st forms, eg;
1st form that show Reseller Hosting w/:
Name. Package Name Value. Adios => slug %PName%
( We’ll -Redirect it next to the specific URL- that is the 2nd form)Add a Variable Named PN w/ Value %PName%, set as Passback
2nd form you have also must have Package Name field w/ Value {get:PN}
And on the frontpage you’ll get the target URL will have Adios Value on the 1st field (Package Name field), you can do the rest nowsummary.
1st Form
Package Name: Adiosafter Redirect have done Passback the data to the URL
2nd Form will have
Package Name (as): Adios (too)Hope this help, Tq
Hi There.,
at 1st you set Redirect to the URL:
https://mydomain.com/caldera-form/?post_requested=10226set the variables from that form field as Passback
And then at the 10226 page you set Caldera Forms field Value with {get:*}
example.
1st form you have Full Name field and passback it with Fn variable name and %Full_Name% Valueand then on the 2nd form you can set Full Name Value with {get:Fn}
Hope this’ll help, Tq
You can set a Static Variable for this, ex:
A_Var Value %course:A%
B_Var Value %course:B%the on the future Calculation do this, (just example):
{variable:A_Var} + {variable:B_Var}Hope this help you, Tq
And Josh tq for your great plugin
maybe you can set conditional fail or hide the submit button if the checkbox or radio button not picking or set them w/ default Value, for the rest you can post if that is a bug to them @ Github;
https://github.com/desertsnowman/caldera-forms/issues
Hope this’ll help, Tq
When you Add Dropdown Select Option you must click the radio button in front of the 1st option on Dropdown Menus 2, 3, & 4 first
and then make a conditional name it default and tick ( “Product 1 Top”, “Product 1 Center” and “Product 1 Bottom” ) on the left, w/ type Hide;
If Dropdown Menus 2 is 1st option or
If Dropdown Menus 3 is 1st option or
If Dropdown Menus 4 is 1st optionHope this’ll help you, Tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Show uploaded imageYou can do that by set Store uploads in this folder on Setting >> Media, and than install an album or gallery plugin that will show picture from that path, and you can redirect the customer to the page that you set to appearing the plugin, Hope that help, tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Toggle SwitchDid you have set the Conditional FUnction for that switch? Hope this help, Tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] reCaptcha not working anymoreDavid say the truth, the ReCaptcha is work fine, just update to the new Caldera-WP version, for additional maybe you can make a simple anti spam/robot for Caldera-WP;
set HTML element to show snippet from random math puzzle, with the answer start with odd Values
make a new Single Line Text Element Type; name it Answer and set the Required button
set the Conditional Fail Processor for the Answer, with condition ‘Don’t Use’;
If Answer starts with 1, 3, 5, 7, 9Hope this help, Tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Edit Entry and Re-Email It AgainThe way just Print Screen it and email it to your boss one by one, or you can export all to csv just click export entries or choose what entry that you want to export, and then pick Export Selected from drop down >> Apply.
or maybe some back-end ui designer can help you to insert re-emailed button on Caldera-WP Edit Entry, pop-up windows
Hope that help, Tq
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Thousand separator on Range Slidertype on Suffix .00 is this what you mean?
For the Result eg. Total Cost it use Calculation Element Type, just tick on Money Format and it’ll show you the comma separator and paste this ‘€’ to replace Before ‘Value’ and also Prefix ‘Value’
Hope that help, Tq