Skip to content

Instantly share code, notes, and snippets.

@magnet88jp
Created July 12, 2014 14:43
Show Gist options
  • Save magnet88jp/0b2a0c564a2b444aaa62 to your computer and use it in GitHub Desktop.
Save magnet88jp/0b2a0c564a2b444aaa62 to your computer and use it in GitHub Desktop.
web2lead output
<article id="post-41" class="post-41 page type-page status-publish hentry">
<header class="entry-header">
<h1 class="entry-title">Contact Us</h1>
</header><!-- .entry-header -->
<div class="entry-content">
<p>Salesforce Web2Lead サンプル</p>
<p><span style="color: #444444;"><div class="salesforce_w2l_lead">
<form id="sf_form_salesforce_w2l_lead_1" class="w2llead top-aligned" method="post" action="#salesforce_w2l_lead_1">
<div class="sf_field sf_field_first_name sf_type_text">
<label class="w2llabel required text" for="sf_first_name">First name:
<sup>
<span class="required">*</span>
</sup>
</label>
<input placeholder="" value="" id="sf_first_name" class="w2linput text" name="first_name" type="text"/>
</div>
<div class="sf_field sf_field_last_name sf_type_text">
<label class="w2llabel required text" for="sf_last_name">Last name:
<sup>
<span class="required">*</span>
</sup>
</label>
<input placeholder="" value="" id="sf_last_name" class="w2linput text" name="last_name" type="text"/>
</div>
<div class="sf_field sf_field_email sf_type_text">
<label class="w2llabel required text" for="sf_email">Email:
<sup>
<span class="required">*</span>
</sup>
</label>
<input placeholder="" value="" id="sf_email" class="w2linput text" name="email" type="text"/>
</div>
<div class="sf_field sf_field_phone sf_type_text">
<label class="w2llabel text" for="sf_phone">Phone:</label>
<input placeholder="" value="" id="sf_phone" class="w2linput text" name="phone" type="text"/>
</div>
<div class="sf_field sf_field_description sf_type_textarea">
<label class="w2llabel required textarea" for="sf_description">Message:
<sup>
<span class="required">*</span>
</sup>
</label>
<textarea id="sf_description" class="w2linput textarea" name="description" placeholder=""></textarea>
</div>
<div class="sf_field sf_field_title sf_type_text">
<label class="w2llabel required text" for="sf_title">Title:
<sup>
<span class="required">*</span>
</sup>
</label>
<input placeholder="" value="" id="sf_title" class="w2linput text" name="title" type="text"/>
</div>
<div class="sf_field sf_field_company sf_type_text">
<label class="w2llabel required text" for="sf_company">Company:
<sup>
<span class="required">*</span>
</sup>
</label>
<input placeholder="" value="" id="sf_company" class="w2linput text" name="company" type="text"/>
</div>
<div class="sf_field sf_field_cb sf_type_checkbox sf_cc_user">
<label class="w2llabel checkbox w2llabel-checkbox-label">
<input type="checkbox" name="w2lcc" class="w2linput checkbox" value="1" /> Send me a copy
</label>
</div>
<input type="text" name="message" class="w2linput" value="" style="display: none;"/>
<input type="hidden" name="form_id" class="w2linput" value="1" />
<div class="w2lsubmit">
<input type="submit" name="w2lsubmit" class="w2linput submit" value="Submit"/>
</div>
</form>
<p class="sf_required_fields_msg" id="requiredfieldsmsg">
<sup>
<span class="required">*</span>
</sup>
These fields are required.
</p>
</div>
</span>
</p>
<p>上記にWeb2Leadの項目が表示されるはず、、</p>
<p>&nbsp;</p>
</div><!-- .entry-content -->
</article><!-- #post-## -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment