How to set default values in Google forms - google-forms

I am creating one google form which has a field of date and radio button of yes and no option.
What I am looking for is :
Default value to be set as today + 15 days for date field.
Default value to be set as no for radio option.
Has anybody tried to set default values in google forms?

If I understood correctly I had the same issue a few weeks ago.
Google forms has a feature that allows you to store your default answers in a "prefilled" link.
You can achieve this by going to the tree dots on the top-right corner (more), and click on get pre-filled link. After that you just have to choose the answers that you'd like to have as default and click on the button that's on the bottom of the page, it might be get link or submit, or something similar (I have it on spanish so I don't know the specific translation).
The only thing left is make sure you send the new link you got.
Hope this was what you were looking for!

The feature is a bit hidden, but can be found in the top toolbar as "get pre-filled link":

Related

How do I create a button that will display hidden text when pressed using CSS?

I want to create a page where the user is prompted to click on a button. When they click on the button I want a text displayed below it, displaying whatever I choose the text to include. Everywhere I've looked has just told me how to make an input user text button which is not what I'm looking for. I would like the solution using CSS only please.
I haven't tried anything so far. I built the original page to display the text on hover, but it wasn't intuitive when using a touch screen device and I want to avoid text overlays telling the user things like "touch here" when I could just do a better job making the site feel more intuitive to touch device users. Like I mentioned previously I haven't found useful information for what I'm trying to create. Thanks in advance.

How to create Numeric KB interface with previous, next and done button

I was on website on my iPhone and I encounter websites' guestbook. with those textFields. my keyboard appearance was totally change as you can see in screen below.
I am having many text fields in my app, I am wondering if I can create anything like that.
As I am new to development, still unknown what are the limits.
Can anyone guide me to right direction or to right documentation.
Is there is some regular way or its just total customization over Keybard.
I have one more doubt, does it matter what kind of keyboard is popping up as my all fields have numeric keyboard.
Well I just wanted to be helpful to someone who is following the same learning curve as me.
To achieve the affect in screenshot in question. UIToolbar control can be used to make those buttons. after the you need to just make this toolbar appear and disappear with the keyboard.
To make previous and next button work, you can use the tag property of textfield. on clicking on previous or next you can focus to previous or next text field.
Sorry about not posting code as I have not coded it yet but wanted to give pointer to anyone, who is looking.

add ribbon button like "Open" with drop-down options

I'm hoping this is just a simple pointer to something existing which I couldn't locate via google.
What our business folks want is a button much like the "Open" button which once clicked, gives a pull-down with 3 options. I can't quite figure out how to pull that off.
I can easily add a button. I can even add a stack of 3 "small" buttons vertically. I can't quite figure out the drop-down from large button. One of our folks thought he did this a long time ago, but can't find any evidence to prove it. ;)
Can anyone point me to what I missed? or, anyone confirm that it's not possible?
thanks,
~Warner
Unfortunately that is implemented in a different way than how normal buttons are added to the ribbon. I am basing this on the answers I received here:
Is it possible to remove the "Upload MM Component" button from the SDL Tridion 2011 Ribbon
It seems you will need to create an ASCX to achieve this.

Telerik RadTextBox becomes readonly after selecting a Chrome AutoFill option

Wondering if anybody has seen this issue before or fixed it:
When the form loads, I can manually type into my address field (all fields are RadTextBox) with no issues
If I start filling the form from the top, after I enter the first few characters of my email address - Chrome provides a list of email addreses for me to choose from, If I select one - it fills in the rest of the form with the information associated with that email address.
So far so good.
When I now try to edit the subsequent fields, I cannot - they have become readonly!!!
In trying to solve this, my instinct is to open Chrome developer tools to see the difference between the fields that work, and those that don't.
But lo and behold - as soon as I open developer tools - the problem goes away!
Any ideas?
All Thanks to Stefan Sedich!!!
http://weblogs.asp.net/stefansedich/archive/2008/11/04/bug-with-latest-google-chrome-and-asp-net-validation.aspx

flex - changing default cursor when executing copy on an item list

I am trying to change the default mouse cursor for a list drag and drop.
I was trying to get the COPY cursor using DragMananger and event.preventDefault()- but got a very weird cursor behavior (the items' drop indicator was wrongly presented - etc.) Therefor i am trying to stick to default - this works fine - but my cursor now on copy is a simple arrow, and i would like to get the arrow with the grin plus on it. How can i change the default?
Thanks!
There is lots of documentation on creating and using custom cursors with Flex. Here is my own blog post and podcast on the topic.
If you perform a Google Search, lots more info comes up.
If you need to change the dragImage, you can do so by setting the dragImage property on the DragManager.doDrag event. Google also provides a lot of info on changing the dragImage.

Resources