diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2014-03-04 21:54:49 -0800 | 
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2014-03-04 21:54:49 -0800 | 
| commit | 486fe2ecd48f1eae31160fc6d6765341e87d8678 (patch) | |
| tree | 27e13772542f49530804eaa26558109fd01fbc95 /src/templates | |
| parent | c9ddc744664d5caeafdaefa93f3aae6e68ed57c3 (diff) | |
Removing classes form.20130304a
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/templates/assessment-results.ftl | 68 | 
1 files changed, 1 insertions, 67 deletions
diff --git a/src/templates/templates/assessment-results.ftl b/src/templates/templates/assessment-results.ftl index 765f83f..981d059 100644 --- a/src/templates/templates/assessment-results.ftl +++ b/src/templates/templates/assessment-results.ftl @@ -10,7 +10,7 @@          <p>Congratulations for completing your GROW assessment!</p> -        <p>Based on your responses you have been identified as a ${stage?cap_first}.</p> +        <p>Based on your responses you have been identified as a <strong>${stage?cap_first}.</strong></p>          <p>              So what's next?  Now you begin the process of GROWing. The button @@ -24,72 +24,6 @@              will produce positive quantifiable and quality results in your life, as              you learn, and then apply this learning in your life.          </p> - -        <h2>GROW Classes</h2> - -        <p> -            We want to launch GROW with great momentum, and personally provide -            you with great momentum.  As a part of the launch of GROW we will -            be having GROW classes starting in March.  Please take a moment and -            complete the short form below, and help us plan and prepare to give -            you the best possible experience. -        </p> - -        <form id="classform" action="http://www.myfoursquarechurch.com/grow-classes/#response" method="post"> -            <input type="hidden" name="formid" value="136"> - -            <div> -                <label for="lastname">Last Name</label>: -                <input type="text" name="r[1]" id="lastname" value=""> -            </div> - -            <div> -                <label for="firstname">First Name</label>: -                <input type="text" name="r[2]" id="firstname" value=""> -            </div> - -            <div> -                <label for="phone">Phone</label>: -            <input type="text" name="r[3]" id="phone" value=""> -            </div> - -            <div> -                <label for="email">Email</label>: -                <input type="text" id="email" name="r[11]" value=""> -            </div> - -            <div> -                <p> -                    Will you be attending the GROW classes beginning the week of March 3rd? -                </p> - -                <div class="grouping"> -                    <div class="groupingitem"> -                        <label class="check"><input type="radio" name="r[6]" value="Yes">Yes</label> -                    </div> - -                    <div class="groupingitem"> -                        <label class="check"><input type="radio" name="r[6]" value="No">No</label> -                    </div> -                </div> -            </div> - -            <h3>GROW Class Schedule</h3> - -            <p> -                If you selected YES to attend the GROW classes in March, -                please select the class you are most likely to attend: -            </p> - -            <div> -                <label class="check"><input type="checkbox" name="r[10]" value="Tuesday Evening - 7pm">Tuesday Evening - 7pm</label> -            </div> - -            <div> -                <label class="check"><input type="checkbox" name="r[10]" value="Saturday Morning - 9am">Saturday Morning - 9am</label> -            </div> - -        </form>      </@content>      <div id="getstarted">  | 
