Wednesday, May 4, 2016

Test Donation Link HTML conversion that apparently you can't do on wiki


How many times would you like this to recur? (including this payment)
When would you like this payment to recur?
Enter Payment Amount


(I used this to create the following:

(I am unsure if one variable needs to be changed or not, so I present the following with the possible bug:)

<code>Now you will need to edit a larger section of code. Find these lines (they will all be together, just as written below):

<tr><td><input type="hidden" name="on0" value="When would you like this to recur?">When would you like this to recur?</td></tr><tr><td><select name="os0">

<option value="Daily">Daily </option>

<option value="Monthly">Monthly </option>

<option value="Yearly">Yearly </option>

</select> </td></tr>

Delete ONLY the following underlined text:

<tr><td><input type="hidden" name="on0" value="When would you like this to recur?">When would you like this to recur?</td></tr><tr><td><select name="os0">

<option value="Daily">Daily </option>

<option value="Monthly">Monthly </option>

<option value="Yearly">Yearly </option>

</select> </td></tr>

Change ONLY the following underlined text —

“os0” to “t3”

“Daily” to “D”

“Monthly” to “M”

“Yearly” to “Y”

<tr><td>When would you like this to recur?</td></tr><tr><td><select name="os0">

<option value="Daily">Daily </option>

<option value="Monthly">Monthly </option>

<option value="Yearly">Yearly </option>

</select> </td></tr>

This section should now look like this:

<tr><td>When would you like this to Recur?</td></tr><tr><td><select name="t3">

<option value="D">Daily</option>

<option value="M">Monthly</option>

<option value="Y">Yearly</option>

</select> </td></tr></code>

No comments:

Post a Comment