My Goal is if user is submitting this form with \"Product Name\" value as \"YYY\". On submit page should reload but this time \"Product Name\" should show previous valye as
Drupal will do this by default if you include:
$formproductname['#redirect'] = FALSE;
In your $formproductname array.