• secoia

    (@secoia)


    I set everything as suggested but now I’m facing a new problem. When I try to attache files 1MB top, it works but up to this I receive an error sentence saying: “Attachment upload failed.”.

    I tried to attache the same 2MB file by my e-mail account that I use with your plugin and it worked pretty well.

    Can you help me please?

    http://wordpress.org/extend/plugins/si-contact-form/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Mike Challis

    (@mikechallis)

    Read the explanations on the FAQ page for attachments
    http://www.fastsecurecontactform.com/attachment-fields

    Thread Starter secoia

    (@secoia)

    Thanks sir Challis. One more question, can I have watermarks on the fields? For example, Name: (watermark) Write your name here / Telephone: (watermark) (__) ____ – ____ and so on?

    Mike Challis

    (@mikechallis)

    For extra fields you can add them with javascript onfocus.

    Example: you have a phone field and want to show an example entry of (xxx)xxx-xxxx and when they click the field it disappears.

    On the form edit page go to the extra field you have for Phone and add a “Default value:” (xxx)xxx-xxxx
    Next, add this to the “Attributes:”
    onfocus="if(this.value=='(xxx)xxx-xxxx')this.value='';"onblur="if(this.value=='')this.value='(xxx)xxx-xxxx';"

    Hi,
    I can’t use the above method for date fields in the form. How can i display default text in date field like “Booking Date” in the field if use above like method?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Attachment only under 1MB’ is closed to new replies.