Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Prepopulate Input Fields #44

Closed
suture opened this issue Apr 16, 2014 · 5 comments · Fixed by #48
Closed

Prepopulate Input Fields #44

suture opened this issue Apr 16, 2014 · 5 comments · Fixed by #48

Comments

@suture
Copy link

suture commented Apr 16, 2014

Just a suggestion

On the Contact Us page (and Newsletter Subscribe Form), if a customer is logged in, you can automatically populate input fields like "Email" and "Name" by adding the following:

<input type="text" value="{% if customer %}{{ customer.name }}{% endif %}" .... >
<input type="email" value="{% if customer %}{{ customer.email }}{% endif %}" .... >

No sure if that is creepy or a nice addition?

@cshold
Copy link
Contributor

cshold commented Apr 16, 2014

I personally like it, but can see the creepy element to it as well.

@mpiotrowicz @carolineschnapp @tranhelen Thoughts?

@tranhelen
Copy link

I don't think this is creepy. I think this is awesome.

@mpiotrowicz
Copy link
Contributor

it's potentially creepy, but people can always remove it if they think it is. It's a nice way of showing what's possible. 👍

@carolineschnapp
Copy link
Contributor

👍 I like that.

@Cam
Copy link

Cam commented Apr 17, 2014

I've used this on sites before, and I don't think it is in any way creepy. It's just friendly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants