diff --git a/lib/client/templates_helpers/at_input.js b/lib/client/templates_helpers/at_input.js index ad29d47..0ec0f03 100644 --- a/lib/client/templates_helpers/at_input.js +++ b/lib/client/templates_helpers/at_input.js @@ -9,6 +9,6 @@ AccountsTemplates.atInputRendered.push(function(){ var queryKey = this.data.options && this.data.options.queryKey || fieldId; var inputQueryVal = FlowRouter.getQueryParam(queryKey); if (inputQueryVal) { - this.$("input#at-field-" + fieldId).val(inputQueryVal); + this.$("[name]#at-field-" + fieldId).val(inputQueryVal); } });