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

Add regular text area #12

Closed
zhengster opened this issue Feb 4, 2021 · 0 comments · Fixed by #68
Closed

Add regular text area #12

zhengster opened this issue Feb 4, 2021 · 0 comments · Fixed by #68
Assignees
Labels
add field Stuff relating to adding new fields to the test interviews

Comments

@zhengster
Copy link
Collaborator

zhengster commented Feb 4, 2021

<div class="form-group row darequired da-field-container da-field-container-datatype-text da-field-container-inputtype-area">
  <label for="dGV4dGFyZWE" class="col-md-4 col-form-label da-form-label datext-right">textarea</label>
  <div class="col-md-8 dafieldpart">
    <textarea alt="Input box" class="form-control" rows="4" name="dGV4dGFyZWE" id="dGV4dGFyZWE">asdfsadf</textarea>
  </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add field Stuff relating to adding new fields to the test interviews
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants