• Resolved tylerriversadmin

    (@tylerriversadmin)


    Hello,

    I just purchased the developer version of the plugin (thanks a lot for a great piece of work), and I have a few questions regarding email submission.

    1) For some reason, I’m not seeing the option to enable a Submit button. This isn’t a major issue, as I’ve created a button with the OnClick event

    return doValidate_1(this);

    which seems to submit the form just fine (I am getting the generated emails). Let me know if there is reason to find and implement the more traditional submit button. I do prefer this method because it allows me to move the button in the structure of the form, rather than it always being at the bottom.

    2) Is there any way to relocate the captcha frame within the structure of the form? As things stand, it only appears at the very bottom, which happens to be below my custom Submit button.

    3) I have a few Upload fields in my form (some of which are hidden). Where on the server, if anywhere, is CFF saving the uploaded files? I’ve tried to include a link to the uploaded files in the generated email (using the steps in the FAQ), but it isn’t working. This is especially important because some of the files our customers may upload could be large (up to 100mb), and email is unlikely to handle them at that size. Them being stored server-side would be a great solution.

    Hopefully you can provide some guidance. Thank you very much for your time.

    -Tyler

    https://ww.wp.xz.cn/plugins/calculated-fields-form/

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

    (@codepeople)

    Hi,

    You simply should select the “Yes” option for the attribute: “Display submit button?” in the form settings. The submit button would be inserted below the captcha section, in the public form.

    If you want to insert the link to the uploaded files in the notification and confirmation emails, you should insert the corresponding tag in the email’s message (attributes in the form settings). For example, if the upload file is the fieldname1, the tag to use would be:

    <%fieldname1_url%>

    More information about all allowed tags, in the following link:

    http://cff.dwbooster.com/documentation#special-tags

    Best regards.

    Thread Starter tylerriversadmin

    (@tylerriversadmin)

    Thanks for your reply.

    I did find the Submit button option under Paypal, which seems to work. I didn’t expect to find it there since we aren’t using Paypal for payments.

    I have correctly included the fieldname url tag in the notification email text as per your instructions. Unfortunately I’m not receiving the uploaded file as an email attachment, or through a link in the email. Can you help? You can find the form I am testing here

    Any thoughts on if it is possible to move the submit button and/or captcha fields? I would like to embed them in different places in the form.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Could you create a ticket in my private support page with the access to your WordPress to check the form’s settings in detail, please?

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

    Best regards.

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

The topic ‘Email Submissions w/uploads & Captchas – Developer Version’ is closed to new replies.