form-design

Designing a Google Form to not accept responses for some hours everyday

我怕爱的太早我们不能终老 提交于 2021-02-05 12:27:06
问题 I want a Google Form for online attendance during the time from 10:15 AM to 14:30 PM, from Sunday to Friday. Google Form has an option "Stop Accepting Responses" which should be done manually every time. But it would be better if the same thing could be done automatically. I did some research on this. I didn't find any until I came across one, with similar situations but it too had no verified solution and everything looked gibberish. My thought: Extract the time the form was opened. If the

Is it possible to mix HTML form input tags with SVG, or to use SVG to lay out a form?

会有一股神秘感。 提交于 2019-11-28 16:42:48
We like using JQuery templates with SVG for example to show a Product with a nicely styled price. Say we have an SVG that represents a complicated layout. Is it possible to have the <input> tags nested in the SVG and still work within HTML 5? Are there alternatives within SVG to input data from the user, maybe extracting them with Knockout.js? I know you could use the SVG in the sense of a background graphic and hack the positions so that the form fields line up. I am really interested in having the input statements flowed by the SVG if possible. You can use foreignObject . A small example : <

Is it possible to mix HTML form input tags with SVG, or to use SVG to lay out a form?

那年仲夏 提交于 2019-11-27 09:52:04
问题 We like using JQuery templates with SVG for example to show a Product with a nicely styled price. Say we have an SVG that represents a complicated layout. Is it possible to have the <input> tags nested in the SVG and still work within HTML 5? Are there alternatives within SVG to input data from the user, maybe extracting them with Knockout.js? I know you could use the SVG in the sense of a background graphic and hack the positions so that the form fields line up. I am really interested in