Instead I am getting this error: Sorry, we're not able to save your info at this time. And the div with that error is added each time I submit the form so you can get them to start stacking on each other.
<div class="alert ng-isolate-scope alert-danger" ng-class=""alert-" + (type || "warning")" ng-repeat="alert in alerts" type="alert.type" close="closeAlert($index)">
<button ng-show="closeable" type="button" class="close" ng-click="close()">×</button>
<div ng-transclude=""><span class="ng-scope ng-binding">Sorry, we're not able to save your info at this time.</span></div>
</div>
Thanks Ryan, we just caught this too. We're restarting those servers. A little too much traffic for our lead system. We're working to get it back up asap.
Sorry it's been up and down all day. We didn't think we'd see quite this amount of positive response from the community. We really appreciate it and the feedback has been amazing. We'll make a lot of the changes suggested. If anyone wants to submit by can't please email me "val@instamotor.com" and I'll reach out.
Instead I am getting this error: Sorry, we're not able to save your info at this time. And the div with that error is added each time I submit the form so you can get them to start stacking on each other.
<div class="alert ng-isolate-scope alert-danger" ng-class=""alert-" + (type || "warning")" ng-repeat="alert in alerts" type="alert.type" close="closeAlert($index)"> <button ng-show="closeable" type="button" class="close" ng-click="close()">×</button> <div ng-transclude=""><span class="ng-scope ng-binding">Sorry, we're not able to save your info at this time.</span></div> </div>