- This topic has 2 replies, 2 voices, and was last updated 1 year, 11 months ago by .
-
Topic
-
Hi Support
i have form on front end asarray( 'id' => 'your_phone', 'type' => 'text', 'required' => true, 'readonly' => true, 'name' => esc_html__( 'Your Phone' ), 'std' => $profile->user_info->user_phone_number, 'class' => 'col-md-6', 'placeholder' => esc_html__( 'Your Phone' ), ),
i want this field to be edited by admin on backend while on frontend form should be readonly
i am using frontend form plugin.
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.