Hi @superj707
In your forms you need to specifically add the variables you want saved, either into a forum thread, PM, email or in the logs section itself.
So for example if you want your logs to save the information entered, you would need to add something like this to the 'log message' for that specific form.
{field_name_27}: {field_value_27}
{field_name_28}: {field_value_28}
{field_name_29}: {field_value_29}
{field_name_30}: {field_value_30}
{field_name_31}: {field_value_31}
I generally have all my forms submit to a forum thread as I find that is easier to organise. But I also save some of the data in logs which I don't want displaying in forum threads.
I do not believe this app functions as a 'database' like some people assume. It simply spits out the data from the form into the places you have set it. If you have not set it to record any of the field data in forum thread, pm or a log, then the data simply is lost (I think. Mike John will be able to speak more to this)