LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 12-28-2017, 10:55 AM   #1
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Rep: Reputation: 51
Question Would be useful: How to save my answers to some specific Google Docs form?


Something that would be useful to me: I want to save all the answers (including freely written comments/answers, where allowed) to some specific Google Form.

I want:

1. To be able to review, reread all the questions and the answers I chose to make for them;

2. the rereads and reviews I make *must be* completely invisible and unrelated to the actual Form (if the forms continues to exist or not, does not matter at all);

3. I want it to possibly be simple local HTML files (4.01, if that is possible!) that only depends on its own local files to be read; it should make *no network* access of any kind;

4. change the form styles so the hard to read and JS dependent styles for radios and combos and those weird checkboxes are all changed to the simple, working and very old HTML form controls - is that possible? Please do it! One of the most important aspects of my wish.

I do *NOT* want:

1. To be conditioned to the continuing existence of the Form to see the questions again;

2. to be conditioned to the continuing existence of the Form to see the answers I gave to it;

3. to show my answers to anyone (so having a Google account to store that is *not* an option to solve; I do not have and do not want a Google account);

4. but, if I ever decide to show my answer to anyone, I want that to be just the same I want for me alone: local files completely unrelated and invisible to anything, any page, any network activity, something that the person will, of course, have *no guarantee* that I submitted those answers to the (still existing or not) Form;

5. the saved answers to be dependent on *any* javascript to work and being reviewed, even if being a JS guaranteed to be local only and locally saved/copied.

Do you know similar services that anyone can use instead of using the dreaded GF I am focusing here? What would that be? Please point and (if you are feeling inspired) tell us a few words about it.
 
Old 12-29-2017, 03:10 PM   #2
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,732

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
Are you talking about answers here?
Won't File Menu -> Save Page As... do what you're asking?
In Firefox, it creates a copy of the page in a single html file. I haven't tested other browsers.
 
Old 12-29-2017, 05:16 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Maybe something like filemaker pro sort of form base.

It can be done somewhat in Office base and see if Google has Kexi on cloud maybe. Other than that you can create a php or other web site for your own database. Might be able to figure out way to import the pages you wish.
 
Old 12-31-2017, 08:44 AM   #4
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Red face It was not working! But now it did... ! ):

Quote:
Originally Posted by scasey View Post
Are you talking about answers here?
Won't File Menu -> Save Page As... do what you're asking?
In Firefox, it creates a copy of the page in a single html file. I haven't tested other browsers.
No, that does not work. I tried with a partially filled form. I made two tries:

1. "Save as single HTML" file. The result does not contain any style for the fake radios and checkboxes, and it also does not contain what I wrote in a text field answer (textarea, probably).

2. "Save as complete HTML" file. The result does not contain any style for the fake radios and checkboxes. The radios/checkboxes options I marked are lost. The values in text fields were saved, though.

I have made a few screenshots to show the original and the obtained results... but while making them, it started to work.
/-:
Weird things first, what I did now that possibly fixed it was: reload the original form; enabled offline mode; saved the form as for try 1, saved for try 2, opened each saved page in other 2 tabs.

The "single HTML file" save does *not* work. The "form appearance" is kept, but the values are all lost (radios, checkboxes, free texts).

The "Save as complete HTML" file worked. The "form appearance" is kept, so are the values in radios, checkboxes (did not have any in this test form, but I assume it should work too), and free texts.

But google form is the worse kind of HTML. If I turn the style off, there is nothing meaninful at all in what remains. Just a mess that we cannot understand without making hard associations of lines of text and what they *will magically be* after some style is applied.

Don't you know a similar *service* that will use real HTML form tags (radios, cbs, inputs, textareas, menus and combos, ... anything else?) to the answers?
 
Old 12-31-2017, 08:50 AM   #5
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Quote:
Originally Posted by jefro View Post
Maybe something like filemaker pro sort of form base.

It can be done somewhat in Office base and see if Google has Kexi on cloud maybe. Other than that you can create a php or other web site for your own database. Might be able to figure out way to import the pages you wish.
Maybe you missed the important part of my need. There are specific google forms I want to fill and save. Recreating the form in any other tool would take sometime, and a lot of work.

If I wanted to created a site to be easily "saveable", I think I could do it. Creating a service similar to that I mentioned, should not be so hard... that is why I expected and imagined many of people around here would have suggestions (free or open source, preferably) to give.
 
Old 01-02-2018, 03:54 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
I read that you wanted to save to not save from.

"Save ... to some specific Google Form."

"There are specific google forms I want to fill and save"


Google help site lists form form builder alternatives.

Last edited by jefro; 01-02-2018 at 03:56 PM.
 
Old 01-02-2018, 04:24 PM   #7
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Question

Quote:
Originally Posted by jefro View Post
I read that you wanted to save to not save from.
I do not understand this sentence.

Quote:
Originally Posted by jefro View Post
"Save ... to some specific Google Form."
No. I want to save the filled Google Form to a static HTML file, with no network dependencies. But I am also not sure I understood what you meant with this other sentence.

Quote:
Originally Posted by jefro View Post
"There are specific google forms I want to fill and save"
?

Quote:
Originally Posted by jefro View Post
Google help site lists form form builder alternatives.
You wrote "form" twice, but that is easy to see and dismiss. Builder alternatives listed in google help? Or did you mean a google search? For which words, if that is the case? I will search for that later, although it seems to be something strange for a company do.
 
Old 01-02-2018, 06:07 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
"Google form" support web page but I can't find it now.

Really an over-complicated program to be exportable.+

My only guess is to export to pdf and then import to some other process.

Last edited by jefro; 01-02-2018 at 06:46 PM.
 
Old 01-02-2018, 06:18 PM   #9
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Quote:
Originally Posted by jefro View Post
"Google form" support web page but I can't find it now.

Really an over-complicated program to be exportable.+
I will try to find it. Thank you.
 
Old 01-02-2018, 06:50 PM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Moderator response

Moved: This thread is more suitable in <General> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 01-02-2018, 07:55 PM   #11
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Thumbs up

Quote:
Originally Posted by onebuck View Post
Moved: This thread is more suitable in <General> and has been moved accordingly to help your thread/question get the exposure it deserves.
All right. But I decided to post it in Linux General because the solution to my problem probably involves a command, or other software, although the issue itself is not with a linux software (so I did not post in "linux > software").
 
Old 01-10-2018, 08:20 PM   #12
I-like-RaspberryPi
LQ Newbie
 
Registered: Jan 2018
Posts: 9

Rep: Reputation: Disabled
This is offtopic

I use nevernote, a clone of the proprietary Evernote, to keep of journal of my troubleshooting steps and answers I found online to fix issues.
 
  


Reply

Tags
html offline save form



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Have you heard of ONLYOFFICE? It’s like Google Docs, only it’s not from Google … and you might LXer Syndicated Linux News 1 04-04-2015 11:47 PM
LXer: Google Chromebooks: Are They Selling? Google Apps Partner Offers Answers LXer Syndicated Linux News 0 12-18-2012 06:01 PM
Iceweasel and Google Docs MALDATA Debian 10 11-07-2010 04:54 AM
LXer: Google Reinvents Email, Docs with 'Google Wave' LXer Syndicated Linux News 0 05-29-2009 06:40 PM
how to get answers in this form for my questions abd_bela Linux - General 1 08-11-2003 06:11 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 03:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration