javascript - How to hide the select value from the form -
i have form have select drop down. have disabled default , re enable based on conditions. don't want access select option values when disabled(now can viewed inspecting element browser). how make secure?
i don't think can. might better off populating when it's needed instead of enabling it. ajax call.
Comments
Post a Comment