crazyphp
12-08-2010, 11:49 PM
I have form "A"
<?php echo $form->create(false, array('url' => "https://{$site['ssldomain']}/billing/".$site['domain'], 'id' => 'payment_form')); ?>
how to add css form id to it?
id="address_form"
<?php echo $form->create(false, array('url' => "https://{$site['ssldomain']}/billing/".$site['domain'], 'id' => 'payment_form')); ?>
how to add css form id to it?
id="address_form"