cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Fields error

For some reason when I input my cusotm fields on my form, I get a Runtime error.

 

    // Shipping Address
        objInf.Add("x_ship_to_first_name", ship_to_first_name.Text);
        objInf.Add("x_ship_to_last_name", ship_to_last_name.Text);
        objInf.Add("x_ship_to_address", ship_to_address.Text);
        objInf.Add("x_ship_to_city", ship_to_city.Text);
        objInf.Add("x_ship_to_state", ship_to_state.Text);
        objInf.Add("x_ship_to_zip", ship_to_zip.Text);
        objInf.Add("x_ship_to_country", ship_to_country.Text);

 

Is there a reason why this would be happening? Do I need to turn something on to make custom fields work in the admin panel? I am using AIM - C#.

 

JesusJ
Member
1 REPLY 1

What the error?

RaynorC1emen7
Expert