- [] Add this link to the settings div: https://leads.needtosellmyhousefast.com/qhrei
- [] Add donation/support message to div
- [X] Add this link to the settings div: https://leads.needtosellmyhousefast.com/qhrei (added this instead because it made more sense:https://info.qhrei.com/temp/alwayswin-ntsmhf/index.htm)
- [X] Add donation/support message to div
- [ ] Read from /app/subscriptions to get list of initial counties - if county is missing it automatically gets added.
- [x] Expose Sitewide bidcap (if any county bid exceeds X only bid up to X for that county)
- [x] Save button to persist changes (instead of waiting for refresh code to run)
newHtml+='<label for="isGeneralCapEnabled"><input type="checkbox" name="isGeneralCapEnabled" '+getCheckedValue("isGeneralCapEnabled")+'/>Don't bid more than</label> ';
newHtml+='<label for="generalCap">:</label><input id="generalCap" type="text" size="5" name="generalCap" value="'+generalCap+'"/> per county<br />';
newHtml+='<label for="capPresidence" title="If a row and general cap are enabled"><select id="capPresidence" name="capPresidence" />'+getCapPresidenceOptions(capPresidence)+'</select> takes presidence</label><br/>';
newHtml+='<label for="isGeneralCapEnabled" title="Check this box to enable the General Cap"><input type="checkbox" name="isGeneralCapEnabled" '+getCheckedValue("isGeneralCapEnabled")+' />General Cap</label>';
newHtml+='<label for="generalCap">:</label><input id="generalCap" type="text" size="2" name="generalCap" value="'+generalCap+'" title="Don't bid more than this amount per county" /> ';
newHtml+='<label for="capPresidence" title="If a row cap and general cap are both enabled..."> presidence:</label><select id="capPresidence" name="capPresidence" title="This takes presidence over any caps that may exist." />'+getCapPresidenceOptions(capPresidence)+'</select><br/>';
newHtml+='<div id="support" class="alwaysWinSupport">Note: The bidcap functionality is currently under development is not being applied to any bids at the moment.</div>';
newHtml+='<div id="alwaysWinThanks" class="alwaysWinThanks">If you got any value out of this tool please feel free to show your support here: <a href="https://info.qhrei.com/temp/alwayswin-ntsmhf/index.htm" target="_blank">https://info.qhrei.com/tools/AlwaysWin-ntsmhf</a></div>';