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

Unable to use textarea #15

Open
MiroVerleysen opened this issue Sep 27, 2022 · 0 comments
Open

Unable to use textarea #15

MiroVerleysen opened this issue Sep 27, 2022 · 0 comments

Comments

@MiroVerleysen
Copy link

MiroVerleysen commented Sep 27, 2022

Hi there,
First of all I wanna thank you for this project, it's very usefull.

Though I have a little issue, I'm unable to get data from textarea in a sheet.
So for example, this doesnt't work.

<div class="styled-input wide">
  <label style="padding: 0; position: relative;">Opmerkingen</label>
  <textarea name="Opmerkingen" id="Opmerkingen" style="resize: vertical;"></textarea>
</div>

Though this does:

<div class="styled-input wide">
  <label style="padding: 0; position: relative;">Opmerkingen</label>
  <input type="text" name="Opmerkingen" id="Opmerkingen" style="resize: vertical;"></input>
</div>

Am I doing things wrong or is there something I can change in the Gscript to get it working?

Thanks!

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