Page 1 of 1

How to get value of Entry using latest manialib svn?

Posted: 08 Feb 2013, 10:46
by reaby
With using the manialib framework, but i'm stuck on problem how i get returning values of single / multiple entry boxes on a page. Currently i don't need the file entry, just the text entries.

Thanks for advices,
Reaby

Re: How to get value of Entry using latest manialib svn?

Posted: 08 Feb 2013, 10:51
by magnetik
Let's say you have an entry named "foo", if you want to get the value, you have to add foo=foo (name=name) in the link used to submit the form. Foo will be replaced automatically with the content of the entry.

If you have multiple entries, just do foo=foo&bar=bar etc..