• Resolved joesherer

    (@joesherer)


    Purchased Developer plugin. Got folder already exists error when trying to upload. Please advise how to connect existing free version with purchased upgrade so I don’t lose my existing forms.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @joesherer

    You simply should to deactivate and delete the version of the plugin installed on your website, before installing the Developer version. The process does not affect to the forms created previously because does not modify their entries in the database.

    If you have any other question about the commercial versions of the plugin, please, contact us through my private website: Contact Us

    Best regards.

    Thread Starter joesherer

    (@joesherer)

    I am trying to input a default value for <%fieldname5%> in [CP_CALCULATED_FIELDS id=”7″] from another variable on the same page in a different form. The value I am trying to use is <%fieldname22%> in the form [CP_CALCULATED_FIELDS id=”6″].

    As a simple test, I tried to retrieve a value from a field within the same form. That also did not work. I tried each of the following with no success:
    [CP_CALCULATED_FIELDS_RESULT fields=”fieldname3″ formid=”7″]
    [CP_CALCULATED_FIELDS_RESULT fields=”<%fieldname3%>” formid=”7″]
    [CP_CALCULATED_FIELDS_RESULT fields=”<%fieldname3_val%>” formid=”7″]

    I have talked with four WordPress support people, and they cannot figure this out either.

    If you can get to my website, you will see what I attempted to do (without success.) You may need credentials to get in as my website is still under construction. I am happy to give you credentials, but not on an open forum.

    Plugin Author codepeople

    (@codepeople)

    Hello @joesherer

    If both forms are in the same page the process would be different:

    – Assign an unique class name to the field: fieldname22 in the form 6, like: field-a

    Note: the class names are assigned to the fields through their attributes: “Add CSS Layout Keywords”

    – Assign an unique class name too, to the fieldname5 field in the form 7, for example: field-b

    – Finally, insert a “HTML Content” field in the form 7, with a piece of code similar to the following one:

    
    <script>
    fbuilderjQuery(document).on('change', '.field-a input', function(){fbuilderjQuery('.field-b input').val(this.value).change();});
    </script>
    

    and that’s all.
    Best regards.

    Thread Starter joesherer

    (@joesherer)

    I’m sorry but that did not help me.

    I don’t know what you mean, “If both forms are in the same page the process would be different:”

    Please describe how to use a variable from one form in another form. We can start with the forms being on the same page.

    I do not see where I can specify attributes of fields or “Add CSS Layout Keywords”. If I could find that I might use: fieldname22 = adu-loan-amount
    and fieldname5 = default-loan-amount

    Thank you,

    Joe

    Plugin Author codepeople

    (@codepeople)

    Hello @joesherer

    Please, watch the following video:

    https://wordpress.dwbooster.com/customdownloads/2020/04/14/video.mp4

    Best regards.

    Thread Starter joesherer

    (@joesherer)

    Perfect!!!

    Now can you show me how to get the Woocommerce price (and another attribute) to put in a field?

    Thanks!

    Plugin Author codepeople

    (@codepeople)

    Hi! We’d like to help but we can’t reply about that in this forum. We are not allowed to support any customers in these forums.

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Trying to connect upgrade’ is closed to new replies.