if (input.Payment_Choice == "Paid by Me")
{
show Credit_Card; Card_Number1; CVV; Expiration1;
}
else
{
hide Credit_Card; Card_Number1; CVV; Expiration1;
}
Keep getting error message on line 1, not sure why.
Your help on this is much appreciated!