• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Having a text field that gathers input and then displays back in the site elsewhere..How?

New Here ,
Jan 29, 2018 Jan 29, 2018

Copy link to clipboard

Copied

How do I have a text field that gathers input information from the visitor, such as name and then displays that back elsewhere on the site where I want it displayed / recalled ?

And then have an 'edit' button so they can change or correct that information on clicking it?


How then do I make a search box on the site that can search this stored information and display it back?

Can I do this with html code and anyone know what it is or do I need a widget? Other program other than adobe muse?

Thanks...

Views

143

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jan 30, 2018 Jan 30, 2018

Long and short: No, at least not with vanilla Muse. What you describe is form processing and cookies, plain and simple and that requires some processing and means of authentication, ideally server-side. You could possibly create something simple using JavaScript "cookies" and manipulating your browser's local storage, but again, this is beyond just chopping together your stuff in Muse.

Mylenium

Votes

Translate

Translate
LEGEND ,
Jan 30, 2018 Jan 30, 2018

Copy link to clipboard

Copied

LATEST

Long and short: No, at least not with vanilla Muse. What you describe is form processing and cookies, plain and simple and that requires some processing and means of authentication, ideally server-side. You could possibly create something simple using JavaScript "cookies" and manipulating your browser's local storage, but again, this is beyond just chopping together your stuff in Muse.

Mylenium

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines