You may use these HTML tags to insert a small form directly on your web page, with a reverse link back to your site:
Make sure you replace both the ref_url and ref_text value fields with with your own synagogue’s.
<form action="http://www.hebcal.com/yahrzeit/"> <input type="hidden" name="ref_url" value="http://www.tbala.org"> <input type="hidden" name="ref_text" value="Temple Beth Am"> <select name="t1" class="input-small"> <option selected value="Yahrzeit">Yahrzeit</option> <option value="Birthday">Birthday</option> <option value="Anniversary">Anniversary</option> </select> <label>Month: <select name="m1" class="input-medium"> <option selected value="1">January</option> <option value="2">February</option> <option value="3">March</option> <option value="4">April</option> <option value="5">May</option> <option value="6">June</option> <option value="7">July</option> <option value="8">August</option> <option value="9">September</option> <option value="10">October</option> <option value="11">November</option> <option value="12">December</option> </select></label> <label>Day: <input type="text" name="d1" size="2" maxlength="2" style="width:auto"></label> <label>Year: <input type="text" name="y1" size="4" maxlength="4" style="width:auto"></label> <label>Name: <input type="text" name="n1" class="input-medium"></label> <label class="checkbox"><input type="checkbox" name="s1">After sunset</label> <label class="checkbox"><input type="checkbox" name="hebdate">Include Hebrew dates</label> <label class="checkbox"><input type="checkbox" name="yizkor">Include Yizkor dates</label> <label>Number of years: <input type="text" name="years" value="20" size="2" maxlength="2" style="width:auto"></label> <input type="submit" value="Compute Calendar"> </form>
