Hi,
Thanks for the awesome work put into TiddlyWiki. A non-linear personal web notebook, fits my messy approach to work.
I'm trying to collect some info on different dialects. I found a couple of web form services that would work for me, but I can't figure out where to embed the code.
from formspree something like
<label for="email">Your Email</label>
<input name="Email" id="email" type="email">
<button type="submit">Submit</button>
</form>
<label for="name">Your Name</label>
<input type="text" name="name" rules="required|max:255">
<button type="submit">Submit</button>
</form>
Any help appreciated, thanks