These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How to insert radio button in to MS SQL

luna87
Registered: Nov 16 2007
Posts: 6

Hi,

Any one know how to insert radio button in to MS SQL?

I wanted to create Yes and No radio button in my adobe interactive form and wanted to save either Yes or no in my interactive form when user click their choice.

But i don't know what is the java script to insert radio button in to MS SQL. Does any one know? Can give me the code?

gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
Your form will be exporting only values, so you only need to create a field in your database that can accept the export value or value of your form field or you convert the values to the expected value. For a yes/no answer the database field could be a text field, a drop down box.

George Kaiser

luna87
Registered: Nov 16 2007
Posts: 6
thanks for your reply.... do u have the code?