Please Check out what? I did not see any kind of link.
I am using DNN 5.6.2 and Form Master 2008 2.0.8. You can see the form I am working on at
Here is my problem...
I created the form, and used the field rules to display some fields when others are selected. I used Field Queries in the controls themselves to populate the drop down lists. The tables I pulled from I created using OnyakTech's H2O Forms...but those are not as user-friendly as Form 2008 (at least not for me), so I only used it to create the tables.
Anyway, if you play with the form, you will notice prices come up on the right side when certain fields are selected. I created those fields using the "Label" field type. The only problem is, I cannot assign a label a value. I need these fields to have values so that I can do a calculation at the bottom of the form of everything the client selects.
Also, I can't figure out how to send the whole completed form to a "Review" form. I can't make all the fields labels, because I am unable to do any kind of field queries when they are labels. And the only way I can see to retrieve info is via field queries. But if I use text boxes, it either allows the client to edit it, or if I disable user input, it greys it out.
This is suppose to be just a simple three-step order. Step one, place order. Step two, review the order. Step three, pay for the order. At which point, both the client and the owner get an email notification of the order. That's it. But I can't get past step one.