Closed Bug 965583 Opened 10 years ago Closed 10 years ago

Contact Us Form Spec

Categories

(Websites Graveyard :: mobilepartners.mozilla.org, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bensternthal, Assigned: bensternthal)

References

Details

This bug tracks specing out the contact us form (Wireframe 3.6). We need:

- List of information to be collected
- Where does the form submit information too
<!--  ----------------------------------------------------------------------  -->
<!--  NOTE: Please add the following <META> element to your page <HEAD>.      -->
<!--  If necessary, please modify the charset parameter to specify the        -->
<!--  character set of your HTML page.                                        -->
<!--  ----------------------------------------------------------------------  -->

<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">

<!--  ----------------------------------------------------------------------  -->
<!--  NOTE: Please add the following <FORM> element to your page.             -->
<!--  ----------------------------------------------------------------------  -->

<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">

<input type=hidden name="oid" value="00DU0000000IrgO">
<input type=hidden name="retURL" value="http://mobilepartners.mozilla.org/">

<!--  ----------------------------------------------------------------------  -->
<!--  NOTE: These fields are optional debugging elements. Please uncomment    -->
<!--  these lines if you wish to test in debug mode.                          -->
<!--  <input type="hidden" name="debug" value=1>                              -->
<!--  <input type="hidden" name="debugEmail" value="phundal@mozilla.com">     -->
<!--  ----------------------------------------------------------------------  -->

<label for="email">Email</label><input  id="email" maxlength="80" name="email" size="20" type="text" /><br>

<label for="first_name">First Name</label><input  id="first_name" maxlength="40" name="first_name" size="20" type="text" /><br>

<label for="last_name">Last Name</label><input  id="last_name" maxlength="80" name="last_name" size="20" type="text" /><br>

Mobile product interest:<select  id="00NU0000003WwlQ" multiple="multiple" name="00NU0000003WwlQ" title="Mobile product interest"><option value="Firefox OS">Firefox OS</option>
<option value="Firefox Marketplace">Firefox Marketplace</option>
<option value="Other">Other</option>
</select><br>

Type of Device:<select  id="00NU0000003WwlV" multiple="multiple" name="00NU0000003WwlV" title="Type of Device"><option value="Phone">Phone</option>
<option value="Tablet">Tablet</option>
<option value="Wearable">Wearable</option>
<option value="Other">Other</option>
</select><br>

<label for="description">Description</label><textarea name="description"></textarea><br>

<label for="lead_source">Lead Source</label><select  id="lead_source" name="lead_source"><option value="">--None--</option>
<option value="inquiry - mobilepartners.mozilla.org">inquiry - mobilepartners.mozilla.org</option>
</select><br>

<input type="submit" name="submit">

</form>
the lead_source should be hidden, and set to default to "inquiry - mobilepartners.mozilla.org".
Ah so this is going to salesforce not just emailing to folks?

Just want to confirm (not an issue).
Well... Let's discuss.  I'm conflicted on this one.  Can I have until COB today to decide?
you can.

so the options are, this could be a form that goes to salesforce or.. this is a form that sends an email to some list and entries would also be stored in the cms.
Flags: needinfo?(phundal)
Email - mobilebd@mozilla.com
Flags: needinfo?(phundal)
OK got it. I will convert the above salesforce form into a normal contact us form that emails the address above.
Assignee: phundal → booboobenny+bugzilla
Form is created here:

https://mobilepartners.mozilla.org/brand/contact-mozilla-form/

Outside of the bug that 'required' is appearing below the fields -- this should be complete. I have received test submissions to my email. I will send one more - please confirm mobilebd@mozilla.com received the message.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
(In reply to Ben (:bensternthal) from comment #8)
> Form is created here:
> 
> https://mobilepartners.mozilla.org/brand/contact-mozilla-form/
> 
> Outside of the bug that 'required' is appearing below the fields -- this
> should be complete. I have received test submissions to my email. I will
> send one more - please confirm mobilebd@mozilla.com received the message.

Can we change the last field label (Description) to "Reason for contacting us"...  Or something like this?
Changed to "Message" seems to be common wording.

https://mobilepartners.mozilla.org/brand/contact-mozilla-form/
Blocks: 997475
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.