I can’t see any documentation on how the templates work for Solspaces freeform module.
I’ve created a freeform panel on a webpage - it collects name, email and a message and submits it to specified email address:
{exp:freeform:form form_name="The Arts Community Form"
return="/the_arts" notify="[email protected]"
template="contact_from_the_arts"
required="contact_name|contact_email|contact_message"}
<label for="contact_name">Name</label><input type="text" id="contact_name" name="contact_name" value="" /><br >
<label for="contact_email">Email</label><input type="text" id="contact_email" name="contact_email" value="" /><br >
<label class="wall_contact_message_label" for="contact_message">Message</label><textarea class="contact_message" id="contact_message" name="contact_message" rows="2" cols="90" maxlength="20">Comment...</textarea><br >
<label class="wall_contact_submit_label"> </label><input type="submit" name="contact_submit" class="contact_submit" value="send" />
{/exp:freeform:form}(excuse the excessive code - literally just copy and pasted in!)
but the template I’ve made to manage it, “contact_from_the_arts” I can’t figure out. Presumably its there to format how the message is sent to me, but I can’t get it to create anything meaningful - its not pulling in the name, email and address.
Any help would be greatly appreciated.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.