Forum Replies Created

Viewing 9 replies - 46 through 54 (of 54 total)
  • Hi Ryan,

    did you find a way to reorder these csv fields?

    I have a form too with csv export, but can’t reorder it in the csv. I also can’t find a way to rename Checkbox fields output: the current output for the first checkbox is e.g.:

    “opt1416036: example text”

    Can i get rid of the “opt1416036” ??

    thx,
    regards

    • This reply was modified 7 years, 3 months ago by beatcore.
    • This reply was modified 7 years, 3 months ago by beatcore.
    Thread Starter beatcore

    (@beatcore)

    I’ve solved the reappearance of the popup. Shame on me, i did not set the proper cookie. Now this part is working!

    I’ve also managed to solve the popup + caldera problem with a javascript on my own. In Caldera Forms under “Form Settings” i put Custom Callback function and named it “caldera_versendet”. Then i put up some JS like this:

    function caldera_versendet( obj ) {
    	(function ($, document, undefined) {
    		if ( "complete" == obj.status ) {
    			jQuery('#popmake-3587').trigger('pumSetCookie');
    			jQuery('#popmake-3587').popmake('close');
    		}
    	}(jQuery, document))
    }
    
    Thread Starter beatcore

    (@beatcore)

    Thank you for the information! Is the new plugin taking over the settings and events from my older installation or do i have to fill all in again?

    Well thx for the update, but my forms are just blank now after updating to 1.5.0.2 πŸ™

    Same problem here! Just updated to 1.5.0 and the current version kills some but not all fields with special characters like “ß” or “Γ€, ΓΆ, ΓΌ” and so on … In my case all Headlines are broken where the special characters are being used, and all <p> Tags, the fields themselves like Dropdowns, Radio Buttons, Checkboxes… are all fine!! Just h1, h2, h3, p …

    Thread Starter beatcore

    (@beatcore)

    Hi scraido,

    thx for the answer, sounds promising πŸ˜‰

    But i guess there’s no way to do it otherwise than duplicating such fields? Like updating one field’s value in the same form by changing another field – live (not with pages or reload, with ajax)? E.g. select option 1 and a toggle switches to the other option, or vice versa: toggle the switch and the dropdown value is changed live? Does the pro version do something like this?

    Thread Starter beatcore

    (@beatcore)

    Hi scraido,

    thx for your effort! But still not exactly what i mean, if i take your form as example:

    I select A -> DD1 as a starter (in my case it would be 1 single dropdown DD1, and i select “model 1”):

    Now the product is shown with 3 dropdowns above (2a/2b/2c) and the 3 images below

    BUT

    2a is only top pieces
    2b is only center pieces
    2c is only bottom pieces

    After selecting DD1 it defaults in my case to:
    2a – “top 1”
    2b – “center 1”
    2c – “bottom 1”

    Now if i chose another top part from “2a”, which is e.g. “top 2” – in this case i am actually configuring the product, and the top name should no longer be “model 1” but should be “individual”. As soon as i change something from 2a / 2b / 2c the DD1 dropdown should jump to individual! This is what i meant: make selections change dropdown values.

    I’ve made a table to show it better:

    <center>
    <h2>Starting with one dropdown:</h2>
    <table width="100%" border="1" style="text-align:center">
    <tr>
    <td colspan="3">Please choose</td>
    </tr>
    </table>
    <h2>Selecting "Model 1" - the 3 dropdowns and the images appear:</h2>
    <table width="100%" border="1" style="text-align:center">
    <tr>
    <td colspan="3" style="color:green">Model 1</td>
    </tr>
    <tr>
    <td width="30%">Top 1</td><td width="30%">Center 1</td><td width="30%">Center 1</td>
    </tr>
    <tr>
    <td colspan="3">Image Top 1<br/>
    Image Center 1<br/>
    Image Bottom 1</td>
    </tr>
    </table>
    <h2>Case 1: Selecting "Model 2" - the 3 dropdowns and the images should appear with the right preset <span style="color:red">(red is what i can't achieve)</span>:</h2>
    <table width="100%" border="1" style="text-align:center">
    <tr>
    <td colspan="3" style="color:green">Model 2</td>
    </tr>
    <tr>
    <td width="30%" style="color:red">Top 2</td><td width="30%" style="color:red">Center 2</td><td width="30%" style="color:red">Center 2</td>
    </tr>
    <tr>
    <td colspan="3">Image Top 1<br/>
    Image Center 1<br/>
    Image Bottom 1</td>
    </tr>
    </table>
    <h2>Case 2: Changing "Top 1" to "Top 3" - "Model 1" should switch to "individual" <span style="color:red">(red is what i can't achieve)</span>:</h2>
    <table width="100%" border="1" style="text-align:center">
    <tr>
    <td colspan="3" style="color:red">individual</td>
    </tr>
    <tr>
    <td width="30%" style="color:green">Top 3</td><td width="30%">Center 1</td><td width="30%">Center 1</td>
    </tr>
    <tr>
    <td colspan="3">Image Top 3<br/>
    Image Center 1<br/>
    Image Bottom 1</td>
    </tr>
    </table>
    </center>

    I know i could make several different dropdowns to achieve “Case 1” but i want it to be 1 dropdown, as the values per dropdown are 10 + each…

    Thread Starter beatcore

    (@beatcore)

    Hi,
    i don’t get the point to be honest πŸ™ my dropdowns have already default values, but i can’t apply the logic forth and back…

    below a “drawing” of whatt it should look like πŸ™‚

    State 0:
    ————————
    DD1 > Please Choose
    ————————

    State 1:
    ————————
    DD1 > Product 1
    ————————
    DD2 > Product 1 Top
    ————————
    DD3 > Product 1 Center
    ————————
    DD4 > Product 1 Bottom
    ————————
    HTML Image Product 1 Top
    ————————
    HTML Image Product 1 Center
    ————————
    HTML Image Product 1 Bottom
    ————————

    State 3:
    ————————
    DD1 > Product 2
    ————————
    DD2 > Product 2 Top
    ————————
    DD3 > Product 2 Center
    ————————
    DD4 > Product 2 Bottom
    ————————
    HTML Image Product 2 Top
    ————————
    HTML Image Product 2 Center
    ————————
    HTML Image Product 2 Bottom
    ————————

    State 4:
    ————————
    DD1 > Individual
    ————————
    DD2 > Product 1 Top
    ————————
    DD3 > Product 2 Center
    ————————
    DD4 > Product 2 Bottom
    ————————
    HTML Image Product 1 Top
    ————————
    HTML Image Product 2 Center
    ————————
    HTML Image Product 2 Bottom
    ————————

    and if i have State 4 and i select Product 1 from DD1 it should switch back to e.g. State 2…

    Currently i’ve set a conditional on DD1:
    -> Show -> if either “Product 1” OR “Product 2” are selected
    -> ticked all the fields on the right side for DD2, DD3, DD4, HTML

    And i’ve also set conditionals for DD2,3 + 4, eg. DD2:
    -> Show if DD2 IS option “product 1”
    -> Show if DD2 IS NOT option “product 2” AND if DD1 IS “product 1”
    -> ticked the field DD2 on the right side

    Hi there,
    same problem here, got a warning today from Sucuri:

    “Warning: File possibly compromised: ./wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php (php.backdoor.webshell_gen.045). Manual review recommended.”

    I just downloaded the latest version of the plugin (which i already use on my site) and compared the file i’ve installed with the file from the archive, everything is the same. No difference at all ???

Viewing 9 replies - 46 through 54 (of 54 total)