Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesnt work... #3

Open
pociej opened this issue Jan 30, 2015 · 0 comments
Open

doesnt work... #3

pociej opened this issue Jan 30, 2015 · 0 comments

Comments

@pociej
Copy link

pociej commented Jan 30, 2015

hmm i added package .
Schema :

      email: {
        type: String,
        regEx: SimpleSchema.RegEx.Email,
        label: "E-mail address"
      },
      website: {
        type: String,
        label: "Website"
      },
      phone : {
        type : String,
        label: "Phone",
      }

html :

    <div class="col-md-4">
      {{#autoForm schema=detailsFormSchema }}
      <fieldset>
        <legend>Details</legend>
        {{> afQuickField name="website"}}
        {{> afQuickField name="email"}}
        {{> afQuickField name="phone" type="intl-tel-input"}}
        <div>
          <button type="submit" class="btn btn-primary">Submit</button>
          <button type="reset" class="btn btn-default">Reset</button>
        </div>
      </fieldset>
      {{/autoForm}}
    </div>

and its do nothing....
Any idea ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant