Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rastarime

    (@rastarime)

    Hi,
    I solved the problem by rewriting the contact form code like this:

    [text* Nome placeholder "Nome *"] 
    [text* Cognome placeholder "Cognome *"]
    [tel* phone placeholder "Telefono *"] 
    [email* mail placeholder "Email *"]
    <br>
    [acceptance Trattamentodati] Acconsento al trattamento dei miei dati personali ai sensi dell'articolo 13 del Regolamento (UE) 2016/679 * [/acceptance]
    [acceptance Trattamentocommerciale optional] Acconsento al trattamento dei dati per comunicazioni commerciali e informative su Eventi, Prodotti e Servizi [/acceptance]
    <br>
    <label> Carica il tuo CV (in formato PDF - max 1MB)
        [file* FileCV limit:1mb filetypes:pdf] </label>
    <br>
    [submit "Invia il Curriculum"]
    • This reply was modified 1 year ago by rastarime.
    Thread Starter rastarime

    (@rastarime)

    the form posted above, although you have control over the text fields, when you click on the submit button the control is skipped and the data is sent.

    For example, if I leave the text fields empty but fill in everything else, the form submits the data skipping the check.

    Thread Starter rastarime

    (@rastarime)

    Hi Takayuki Miyoshi,

    is there any way to solve this problem?

    I also have the same problem, how did you solve it?

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