Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Pavle Lucic
10,801 PointsIntegrating with paypal - Extra credit
Could someone check is this code is ok.
<tr>
<th>
<input type="hidden" name="on1" value="Style">
<label for="os1">Style</label>
</th>
<td>
<select name="os1" id="os1">
<option value="Long sleeve">Long sleeve</option>
<option value="Short sleeve">Short sleeve</option>
</select>
</td>
</tr>
<tr>
<th>
<input type="hidden" name="on2" value="Gift Message">
<label for="os2">Gift Message</label>
</th>
<td>
<textarea name="os2" id="os2"></textarea>
</td>
</tr>
Notice that I only changed input names attr, labels for attr, But dont know is it that ok.
In paypal i see that additional information.