Test The Regex

in steemthat •  7 years ago 

Always testing

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  7 years ago (edited)

Ok so now that we have the JSON figured out how do we take form data and have it set the JSON fields?

The JSON format is like this incase you need to know...

{ tags: ['steemish','steemthatshare','killthosetags','toomanytags'] },

This cannot be done with html only it will require JS or Jquery or something to handle the html data and maybe stringify it. I'm working on it. It would be nice to somehow output from form entry to a place holder in the json like php $tag1, $tag2, etc but nothing seems to work on this to place the form data into the json data area for the broadcast. I'm a noob and some solid docs in elementary english would help me alot. This isn't happening so on the plus side Im learning alot