Forum Replies Created

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

    (@sarfa)

    There you are (always for this form):

    <h2>Altre Informazioni</h2>
    [altreinformazioni]
    [checkbox-134]
    [checkbox-135]
    [checkbox-136]
    [checkbox-137]
    [opt-in]

    Or

    <h2>Permessi</h2>
    <strong>GDPR e Privacy</strong>: [checkbox-134]
    <strong>Termini e condizioni</strong>: [checkbox-135] - [checkbox-136]
    <strong>Liberatoria diritto d'immagine</strong>: [checkbox-137]
    <strong>Trattamento dei dati</strong>: [checkbox-138]
    <strong>Newsletter:</strong>[opt-in]
    Thread Starter Viola Zaccari

    (@sarfa)

    You mean inside the form? This one? (i remove URLs) ->

    <li>[checkbox* checkbox-134 "Ho preso visione"] della <a href="#" target="_blank">presente informativa sulla Tutela della Privacy di +++++ ex Regolamento Europeo GDPR (General data protection regulation n. 2016/679).*</a></li>
    <li>[checkbox* checkbox-135 "Dichiaro *"] di aver preso visione ed accetto espressamente le condizioni del <a href="#"  target="_blank">presente contratto</a>*</li>
    <li>[checkbox* checkbox-136 "Dichiaro *"] di aver preso visione ed accetto espressamente le clausole vessatorie del <a href="#"  target="_blank">presente contratto</a>*</li>
    <li>[checkbox* checkbox-137 "Dichiaro *"] di aver preso visione ed accetto espressamente <a href="#" target="_blank">la presente liberatoria per il diritto all'immagine</a>*</li>
    <li>[checkbox opt-in "Autorizzo +++++ ad inviarmi Newsletter (opzionale)"]</li>
    • This reply was modified 3 years, 9 months ago by Viola Zaccari.
    Thread Starter Viola Zaccari

    (@sarfa)

    because the “Bonifico Bancario” (for example) field isn’t created with the [checkbox] but is a html tag inside the mail form.

    ok, I figured out what you meant and fix it with a regular “checkbox” shortcode here: https://www.degustibuss.it/iscrizione-eventi/#1476259548180-4d5e4616-3df3

    However it still doesn’t work ??

    Thread Starter Viola Zaccari

    (@sarfa)

    Ciao Erik! And thanks for your kind help.

    Nothing in header, but in style.css of my parent theme I have this (maybe?):

    button, input[type=button], input[type=submit] {
    	display: inline-block;
    	margin-bottom: 0;
    	font-weight: normal;
    	text-align: center;
    	vertical-align: middle;
    	cursor: pointer;
    	background-image: none;
    	white-space: nowrap;
    	padding: 9px 20px;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	color: #666;
    	background-color: rgba(255,255,255,0);
    	line-height: 1.42857143;
    	outline:none;
    }
Viewing 4 replies - 1 through 4 (of 4 total)