changed name from NodeForm to TellForm

This commit is contained in:
David Baldwynn 2015-11-16 14:43:18 -08:00
parent 297a798eb4
commit efb1072fd3
5 changed files with 8 additions and 8 deletions

View file

@ -23,11 +23,11 @@
</h2>
<p class="lead hidden-xs hidden-sm col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2" style="font-size:1.5em; color:rgba(255,255,255,.75)">
<i>NodeForms is an opensource <b>alternative to TypeForm </b> that can create stunning forms from PDFs or from scratch</i>
<i>TellForm is an opensource <b>alternative to TypeForm </b> that can create stunning forms from PDFs or from scratch</i>
</p>
<p class="lead col-xs-12 hidden-md hidden-lg" style="font-size:1.5em; color:rgba(255,255,255,.75)">
<i>NodeForms is an opensource <b>alternative to TypeForm </b> that can create stunning forms from PDFs or from scratch</i>
<i>TellForm is an opensource <b>alternative to TypeForm </b> that can create stunning forms from PDFs or from scratch</i>
</h1>
</div>

View file

@ -159,7 +159,7 @@
</div>
<!-- Generate typeform from NodeForm yes/no field -->
<!-- Generate typeform from TellForm yes/no field -->
<!-- <div class="row field">
<div class="col-sm-6 field-title">
<h5>Autogenerate into Typeform?</h5>

View file

@ -62,10 +62,10 @@
<div class="hidden-xs hidden-sm col-md-6 col-md-offset-3 row">
<div class="col-md-4 col-md-offset-2" ng-if="!authentication.isAuthenticated()">
<a href="/#!/forms" class="btn btn-default">Create
a NodeForm</a>
a TellForm</a>
</div>
<div class="col-md-4 col-md-offset-2" ng-if="authentication.isAuthenticated()" class="hidden-sm hidden-xs">
<a href="/#!/forms/{{myform._id}}/admin/create" class="btn btn-default">Edit this NodeForm</a>
<a href="/#!/forms/{{myform._id}}/admin/create" class="btn btn-default">Edit this TellForm</a>
</div>
<div class="col-md-1 col-md-offset-2" style="padding-left:5px" class="hidden-sm hidden-xs">
<button class="btn btn-info" id="focusDownButton" ng-click="nextField()" ng-disabled="selected.index == myform.form_fields.length-1">\/</button>

View file

@ -20,13 +20,13 @@
<h3 class="col-xs-offset-2 col-xs-8 col-md-offset-3 col-md-6 text-center">Signup Successful</h3>
<div class="col-xs-offset-2 col-xs-8 col-md-offset-3 col-md-6">
<h2>
You've successfully registered an account at NodeForms.
You've successfully registered an account at TellForm.
<br><br>But your account is <b>not activated yet</b>
</h2>
<br><br>
<p>Before you continue, make sure to check your email for our verification. If you don't receive it within 24h drop us a line at <a href="mail:hi@NodeForms.com">hi@NodeForms.com</a></p>
<p>Before you continue, make sure to check your email for our verification. If you don't receive it within 24h drop us a line at <a href="mail:hi@tellform.com">hi@TellForm.com</a></p>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">
<a href="/#!/" style="color: white; text-decoration: none;">Continue</a>

View file

@ -30,7 +30,7 @@
<h2>
A verification email has been sent to {{username}}.<br>But your account is still <b>not activated yet</b>
</h2>
<p>Check your email and click on the activation link to activate your account. If you have any questions drop us a line at <a href="mail:hi@NodeForms.com">hi@NodeForms.com</a></p>
<p>Check your email and click on the activation link to activate your account. If you have any questions drop us a line at <a href="mail:hi@TellForm.com">hi@TellForm.com</a></p>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">
<a href="/#!/" style="color:white;">Continue</a>