Problem with for, email body, and attachments
-
This is my form problem: I get error:
“Multiple form controls are in a single label element.”label>Voit tilata tällä lomakkeella isännöitsijätodistuksen. Täytä allaolevat tiedot.</label>
[text* name1 placeholder “Tilaajan nimi”]
[text* phone1 placeholder “Tilaajan puhelinnumero”]
[text* email1 placeholder “Tilaajan sähköposti”]
[text* address1 placeholder “Toimitusosoite”]
[text* postal1 placeholder “Postinumero ja -toimipaikka”]
[text* housename1 placeholder “Taloyhtiön nimi”]
[text* condo1 placeholder “Asunnon numero”]
[text* address2 placeholder “Taloyhtiön osoite”]<label>Tilaan isännöitsijätodistuksen? </label>
<label> Isännöitsijätodistuksen voit tilata kolmella tavalla </label>[radio valitse use_label_element default:1 “Myyntiä varten” “Pankkia varten(ilman liitteitä)” “Vuokrausta varten”]<label>Myyntiä varten<br>[checkbox* label_first “Kaikki liitteet” “Viimeisin tilinpäätös” “Talousarvio” “Yhtiöjärjestys” “Energiatodistus” “Kunnossapitoselvitys” “Huoneiston pohjapiirros” ]
<label>Tarvittaessa voit lisätä liitteeksi pdf muodossa toimeksiantosopimuksen (toimeksiantosopimus on kiinteistönvälittäjiltä pakollinen) tai valtakirjan:</label>
[file liite limit:10240 filetypes:pdf]
[textarea* moreinfo placeholder “Lisätietoja”]
[submit “Lähetä”]`
Other question is how to get “choices” they make to show on email. How do i type it to “email body”
Last question is attachments. I have put max filesize to 10mb (pdf only) but cant even attach a 800kb pdf file?
The page I need help with: [log in to see the link]
The topic ‘Problem with for, email body, and attachments’ is closed to new replies.