• Resolved dortiz

    (@dortiz)


    I’m trying this plugin and love it. I’ll subscribe to the $49.99 plan but have two questions:

    1- Is this a one-time fee?
    2- I built my work on a beta site and now want to go live on our production site. If I upgrade the beta site so I can “export” my work, there’s no way to import on the production site since import/export requires a premium version.

    Will I need to pay another $49.99 on the production site?

    • This topic was modified 6 years, 8 months ago by dortiz.
    • This topic was modified 6 years, 8 months ago by dortiz.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Yes, the plans for the commercial versions are one time fees. The license allows to use the plugin in both the development and production websites.

    If you have a license for the commercial version we can assist you with the data/settings export.

    Thank you for using the plugin!

    Thread Starter dortiz

    (@dortiz)

    Thank you. I will purchase today.

    Keep up the great work. Excellent plugin!!

    Thread Starter dortiz

    (@dortiz)

    Hello. I purchased the professional version today. The product works great!

    I was a bit afraid when I had to delete the free version in order to install the downloaded zip file containing the professional version for fear of losing all my work. However, everything went smoothly and moving my form to the production site was a breeze. Thank you!!

    One quick question.

    I’m using template #3 and was wondering if there’s a way to remove the darker green header and possibly change the color to a nice light beige or sky blue?

    This template looks best with the form I created. Just wondering if I can change the color scheme for this particular template.

    Best,
    David
    registered email: [email protected]

    • This reply was modified 6 years, 8 months ago by dortiz.
    Plugin Author codepeople

    (@codepeople)

    Hello @dortiz,

    First, I highly recommend you remove the email from this public forum for security reasons.

    Concerning to your question, the styles should be redefined through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    In your case for removing the dark green, enter the style definition:

    
    .cp_cff_natural{background-image:none !important;}
    

    If you want to display a frame with color, enter too the style definition below:

    
    #fbuilder .fform{background:#00cfff !important;margin:-20px -20px 0 -20px !important; padding:20px;}
    

    Of course, using the color code you prefer.

    The complete list of styles is available in the following link:

    https://cff.dwbooster.com/faq#q82

    Please, if you have other questions about the professional version of the plugin, create a ticket in my private website:

    https://cff.dwbooster.com/contact-us

    Best regards.

    Thread Starter dortiz

    (@dortiz)

    That worked perfect!!

    The first code removed the green header image, and the second code placed a nice thin bar across the top which I assigned a color similar to my banner.

    However, I’m trying to change the background (light green) color to something different so it compliments my site’s style, design.

    Maybe I’m missing something> ??

    Best,
    David

    Plugin Author codepeople

    (@codepeople)

    Hello @dortiz,

    Following the same logic, you should redefine the styles of the form’s background:

    
    .cp_cff_natural{background-color:#FF0000 !important;}
    

    Of course using the color code you want, because the code #FF0000 corresponds to the red.

    Best regards.

    Thread Starter dortiz

    (@dortiz)

    That worked like a charm.

    I found a nice HEX color which works seamlessly with the site. Thank you, you’ve been most helpful.

    I have no regrets using this product or upgrading to the pro version.

    Highly recommended!!

    Best,
    David

    Thread Starter dortiz

    (@dortiz)

    If I may ask one more related question?

    The “Reset for new calculation” button. Is there a way to change the background color of it? It still shows the green theme and I’d love to change it so it matches my header bar.

    Thanks in advance for your time.

    Best,
    David

    Plugin Author codepeople

    (@codepeople)

    Hello David,

    The process is always the same, redefine the style in the “Custom Form Design” attribute.

    In the case of fields, you can change the styles to a specific field in a very simple way. Each field includes an attribute called: “Add CSS Layout Keyword” through which you can assign custom class names to the fields. So, select the button in the form, and assign to it a custom class name, for example:

    my-reset-button

    and then redefine the styles of the input tag into this class through the “Custom Form Design” attribute:

    
    .my-reset-button input{background:#FF0000 !important;}
    

    and that’s all.
    Best regards.

    Thread Starter dortiz

    (@dortiz)

    Hello again.

    First and foremost, I love this plugin (pro version) and stellar customer service. Thank you!!

    Here’s a dilemma I’m recently going through and I’m not certain if anything can be done.

    For my purpose, I have a numbers field where folks enter gross acres of land. This is because we calculate a $60 value per gross acre. However, our fee schedule reads as follows, “Minimum one gross acre and round off to the nearest 1/10th of an acre where over one acre.”

    So, I run into situations where folks are entering 1.63 or 5.75 and I need this field to auto populate to the nearest 1/10th (i.e 1.63 should resolve to 1.6 and 5.75 to 5.8). Or maybe have the calculation field calculate accordingly?

    Hope I’m explaining this correctly. Not sure if this feature requires me to upgrade to a higher level of the plugin?

    Thanks much for your valued help and appreciated assistance. I wasn’t sure if I should have started a new thread?

    Best,
    David

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I think this support message is for the Calculated Fields Plugin (not for the Form Builder CP).

    The Calculated Fields plugin page is the following:

    https://www.ads-software.com/plugins/calculated-fields-form/

    Support forum of the Calculated Fields Form at:

    https://www.ads-software.com/support/plugin/calculated-fields-form

    You have a related answer into our private support system, please check it.

    Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Purchase’ is closed to new replies.