Last modified 8 years ago
630 Views
Less than a minute read
Shows how to create a mortgage calculator form in WordPress using WP App Studio calculated attributes
Last modified 8 years ago
631 Views
1 min read
Shows how to design calculation of Net Present Value of an investment using available WP App Studio financial functions.
Last modified 8 years ago
449 Views
2 min read
WPAS forms allow passing of attribute values as URL parameters. The passed values can be displayed to users by auto-filling out a form field or be hidden in form submission. In this article, I will show you how to do it both ways.
Last modified 8 years ago
619 Views
1 min read
If you want to find the orders of a WooCommerce customer , since orders are a custom post type in WooCommerce you could use get_posts.
Last modified 8 years ago
913 Views
1 min read
In this article, we continue enhancing capabilities of "Request a quote app" we designed in our previous articles by adding a standard view which will list the bidders of in table format.
Last modified 8 years ago
367 Views
Less than a minute read
WP App Studio FreeDev accounts support calculated attributes in custom WordPress plugins. This article explains how to use calculated attributes for doing simple calculations in plugin designs.