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

    (@codepeople)

    Hi,

    I’m sorry, you should select the “No” option for the attribute: “Display submit button?” in the form settings.

    Best regards.

    Thread Starter norganics

    (@norganics)

    Yes, thanks. I was able to do that on all the forms that I created before installing the developer version but wondered if there was a way to avoid having to change the settings on each new page. Not a big deal.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    In this case you can follow the steps below, however the next time you update the plugin, will lose the changes:

    1. Open the “/wp-content/plugins/calculated-fields-form/cp_calculatedfieldsf_admin_int.php” file with the text editor of your choice.

    2. Go to the piece of code:

    <?php $option = cp_calculatedfieldsf_get_option('enable_submit',''); ?>

    and modify it as follows:

    <?php $option = cp_calculatedfieldsf_get_option('enable_submit','no'); ?>

    and that’s all.
    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing defaults’ is closed to new replies.