get_properties(); $p['form'] = implode("\n", array( '

Your name
[text* your-name autocomplete:name]

', '

Your email
[email* your-email autocomplete:email]

', '

I am interested in
[select interest "Hosted plans" "Early access to the code" "Building a device" "Something else"]

', '

Message
[textarea* your-message]

', '[honeypot website-hp id:website-hp nomessage:true]', '

[submit "Send message"]

', )); $p['mail']['recipient'] = 'hello@12hobbies.studio'; $p['mail']['sender'] = 'Nightjar '; $p['mail']['subject'] = 'Nightjar enquiry from [your-name]'; $p['mail']['additional_headers'] = 'Reply-To: [your-email]'; $p['mail']['body'] = "Name: [your-name]\nEmail: [your-email]\nInterested in: [interest]\n\nMessage:\n[your-message]\n\n-- Sent from nightjar.12hobbies.studio"; $cf->set_properties($p); $cf->save(); echo $cf->shortcode() . "\n";