The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Saving user data entered into an excel form embedded on a website
Rob161
post Jun 11 2016, 06:37 AM
Post #1





Group: Members
Posts: 1
Joined: 11-June 16
Member No.: 24,311



Hi,

I have a website with an embedded excel spreadsheet (from onedrive using the javascript option) which users can interact with. My goal is to give the users the ability to save what they have entered so far so they can recommence at a later time. Also I would only allow this to users who have signed up.

I hope someone can help.

Thanks in advance!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jun 11 2016, 07:40 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



QUOTE(Rob161 @ Jun 11 2016, 01:37 PM) *

I have a website with an embedded excel spreadsheet (from onedrive using the javascript option) which users can interact with. My goal is to give the users the ability to save what they have entered so far so they can recommence at a later time.

They could save it in their own browser (similar to a cookie) with javascript webstorage/localstorage.

However, many users will not be able to view Excel files at all. A more reliable solution might be to let a server-side script like PHP read the Excel file and display its content as a normal HTML web page (e.g. as a form). Alas I don't know any details.

QUOTE
Also I would only allow this to users who have signed up.

That part needs a server-side solution, probably also a database to store all usernames and passwords.

But if it's a just a small number of users (and you can handle their sign-up processes manually) you might use HTTP authentication instead, which is much simpler.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 02:30 PM