Skip to content

Commit 277e633

Browse files
author
Jeff Harrell
committed
Options changes to test HTML
1 parent 0ce9bbd commit 277e633

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

src/theme/form.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,18 @@
1111
<% } %>
1212

1313
<%- button %>
14-
</form>
14+
</form>
15+
16+
17+
18+
<p class="paypal-group">
19+
<label class="paypal-label" for="option_1">
20+
Size
21+
<select class="paypal-select" name="os1">
22+
<option value="Small">Small</option>
23+
<option value="Medium">Medium</option>
24+
<option value="Large">Large</option>
25+
</select>
26+
<input type="hidden" name="on1" value="Size">
27+
</label>
28+
</p>

0 commit comments

Comments
 (0)