Guide to use :
Step 1: First download and install Subscription detail App and enable it in Plugin Manager.

Step 2: Now,create an instance of Subscription Detail App.

Step 3: After creating instance, configure it as follow :

1 - Set title for the app for e.g. Subscription Detail.
2 - In Subscription Parameters field, you need to specify the content you want to ask from your user in XML format as mentioned below.
<config> <params> <param name="shippingaddress" type="textarea" rows="4" cols="25" label="Shipping Address"> </param> <param name="contactme" type="radio" label="Contact me before shipping"> <option value="yes">Yes</option> <option value="no" >No </option> </param> </params> </config>
3- if you want to show above subscription details to user also, when he/she see the details of his/her subscription make it 'Yes' otherwise 'No'.
Step 4: Now, subscribe any plan from front-end.

Step 5: now, Fill the details as needed then check out.


Step 6 : Now, move to your dashboard and view details of your subscribed plan. below you can see the subscription details show in subscription details of the plan.


So with the help of this app you can ask for particular details from subscriber as explained above. it adds more information to an subscription, so it facilitates admin as well as users.