We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Though this does:
Am I doing things wrong or is there something I can change in the Gscript to get it working?
Thanks!
The text was updated successfully, but these errors were encountered: