this post was submitted on 22 Dec 2020
8 points (100.0% liked)
Privacy
33462 readers
493 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That’s a pretty interesting concept. Have you used it with anyone?
I was also wondering if this might be good for sending names and addresses where they have a lot of accents/special characters/diacritics that a keyboard might not have (like in parts of asia for example).
The form is nice how it populates fields on demand. I have a form I’m building with about 17 possible fields that I’m trying to figure out the best way to let user add/remove smoothly.
I didn’t look at the code but it might be nice to explicitly state that no addresses are saved on the server, including log files so long as that’s true.
Cheers
Hey, sorry for the late reply.
I've used it a few times with great success, although the flow can be awkward on Android when importing the downloaded
.vcf
file into the contact app.Good point with special characters, I can totally see how could be useful.
I was pretty happy with the field option, glad you liked it! Didn't want to overload the user with too many options initially.
I'll make it more explicit that no data is stored, thanks for the feedback :)