CN106559455B - Form filling result feedback prompting method and device - Google Patents

Form filling result feedback prompting method and device Download PDF

Info

Publication number
CN106559455B
CN106559455B CN201510633557.3A CN201510633557A CN106559455B CN 106559455 B CN106559455 B CN 106559455B CN 201510633557 A CN201510633557 A CN 201510633557A CN 106559455 B CN106559455 B CN 106559455B
Authority
CN
China
Prior art keywords
input box
filling
information input
character string
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510633557.3A
Other languages
Chinese (zh)
Other versions
CN106559455A (en
Inventor
李军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201510633557.3A priority Critical patent/CN106559455B/en
Publication of CN106559455A publication Critical patent/CN106559455A/en
Application granted granted Critical
Publication of CN106559455B publication Critical patent/CN106559455B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/75Indicating network or usage conditions on the user display

Abstract

The embodiment of the invention discloses a method and a device for feeding back and prompting a form filling result, which are used for conveniently feeding back the form filling result to a user. The method comprises the following steps: detecting character string information filled by a user in at least one information input box; and if the filling rule of the corresponding information input box is not met, rendering and playing an error feedback animation corresponding to the information input box, wherein the error feedback animation is a dynamic prompt for indicating that a form filling error occurs in the information input box.

Description

Form filling result feedback prompting method and device
Technical Field
The invention relates to the field of networks, in particular to a method and a device for feeding back and prompting a form filling result.
Background
In the existing network application, people can register and log in a plurality of websites according to different requirements, a plurality of forms are required to be filled in the registration and login process, and the user often has the situation of wrong filling in the filling process.
In the prior art, a user fills form data on a network page one by one according to requirements, information is sent to a system in a submission mode after the completion of the form data, and the system feeds back information to the network page for display according to the information filled by the user and specific requirements of different network applications. After the user writes the form items, the network server checks the form items filled by the user, and when an error is found, the network server prompts a highlight text to feed back error information; for example, "name or phone number cannot be empty", "phone format input is wrong", and the like.
In the prior art, in order to prompt an error by using a text picture highlighting manner when a form item filling error is found, the design work of a picture user interface needs to be increased, and more Document Object Model (DOM) elements need to be set, so that the size of an installation file of a related web application is increased.
Disclosure of Invention
The embodiment of the invention provides a method and a device for feeding back and prompting a form filling result, which are used for conveniently feeding back the form filling result to a user.
The method for prompting feedback of the form filling result provided by the embodiment of the invention comprises the following steps:
detecting character string information filled by a user in at least one information input box;
and if the filling rule of the corresponding information input box is not met, rendering and playing an error feedback animation corresponding to the information input box, wherein the error feedback animation is a dynamic prompt for indicating that a form filling error occurs in the information input box.
The embodiment of the invention provides a form filling result feedback prompting device, which comprises:
the detection unit is used for detecting character string information filled by a user in at least one information input box;
and the feedback unit is used for rendering and playing an error feedback animation corresponding to the information input box if the character string information does not accord with the filling rule of the corresponding information input box, wherein the error feedback animation is a dynamic prompt for indicating that a form filling error occurs in the information input box.
Another form filling result feedback prompting method provided by the embodiment of the invention comprises the following steps:
detecting an input form submission instruction;
acquiring character string information filled in at least one information input box according to the form submission instruction;
submitting the character string information to a server;
and obtaining an error prompt message fed back by the server, and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box.
Another form filling result feedback prompting device provided by the embodiment of the invention comprises:
the form detection unit is used for detecting an input form submission instruction;
the information acquisition unit is used for acquiring the character string information filled in at least one information input box according to the form submission instruction;
the submitting unit is used for submitting the character string information to a server;
and the information feedback unit is used for acquiring an error prompt message fed back by the server, and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt for indicating that a form filling error occurs in the information input box.
The form filling result feedback prompt system provided by the embodiment of the invention comprises:
a filling result feedback prompting device and a server;
the form filling result feedback prompting device is used for detecting an input form submission instruction; acquiring character string information filled in at least one information input box according to the form submission instruction; submitting the character string information to the server; acquiring an error prompt message fed back by the server, and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box;
the server is used for receiving the character string information submitted by the form filling result feedback prompting device; and judging whether the character string information accords with the filling rule of the corresponding information input box, if not, feeding the error prompt message back to the form filling result feedback prompt device.
According to the technical scheme, the embodiment of the invention has the following advantages:
in the embodiment of the invention, the character string information input by the user is detected in the information input box, and when the character string information is detected to be wrong, the error feedback animation corresponding to the information input box is rendered and played, so that the user can know whether the filling content is correct or not.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a form filling result feedback prompting device for implementing the form filling result feedback prompting method in the embodiment of the present invention;
FIG. 2 is a schematic flow chart illustrating a method for prompting feedback of form filling results according to an embodiment of the present invention;
fig. 3 is a signaling flow diagram of a method for prompting feedback of a form filling result according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of an error feedback animation in an embodiment of the invention;
FIG. 5 is a schematic structural diagram of a form filling result feedback prompting device in an embodiment of the present invention;
fig. 6 is another schematic structural diagram of a form filling result feedback prompting device in the embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The following are detailed below.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Fig. 1 is a schematic structural diagram of a form filling result feedback prompting device for implementing the form filling result feedback prompting method in the embodiment of the present invention. The form filling result feedback prompting device can comprise an input device 110, an output device 120, a processor 130 and a memory 140.
The processor 130 may be referred to as a CPU (Central Processing Unit). Memory 140 may include both read-only memory and random-access memory and provides instructions and data to processor 130. A portion of the memory 140 may also include non-volatile random access memory (NVRAM). In a specific application, the components of the form filling result feedback prompting device are coupled together through a bus system 150, wherein the bus system 150 may include a power bus, a control bus, a status signal bus, and the like in addition to a data bus. For clarity of illustration, however, the various buses are labeled in the figures as bus system 150.
Memory 140 may include both read-only memory and random-access memory and provides instructions and data to processor 130. A portion of the memory 140 may also include non-volatile random access memory (NVRAM).
Memory 140 stores the following elements, executable modules or data structures, or a subset thereof, or an expanded set thereof:
and (3) operating instructions: including various operational instructions for performing various operations.
Operating the system: including various system programs for implementing various basic services and for handling hardware-based tasks.
In the embodiment of the present invention, the input device 110 is configured to obtain character string information in the information input box; the output device 120 is used for outputting an error feedback animation according to the instruction of the processor 130.
In the embodiment of the present invention, the processor 130 performs the following operations by calling the operation instruction stored in the memory 140 (the operation instruction may be stored in the operating system):
the processor 130 is specifically configured to detect character string information filled by a user in at least one information input box; and if the filling rule of the corresponding information input box is not met, rendering and playing an error feedback animation corresponding to the information input box, wherein the error feedback animation is a dynamic prompt for indicating that a form filling error occurs in the information input box.
Additionally, the processor 130 may be further configured to detect an input form submission instruction; acquiring character string information filled in at least one information input box according to the form submission instruction; submitting the character string information to a server; and obtaining an error prompt message fed back by the server, and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box.
The method disclosed in the above embodiments of the present invention may be applied to the processor 230, or implemented by the processor 230. Processor 230 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 230. The processor 230 may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory 240, and the processor 230 reads the information in the memory 240, and performs the steps of the above method in combination with the hardware thereof.
Referring to fig. 2, a detailed embodiment of a method for feeding back and prompting a form filling result in an embodiment of the present invention includes:
201. detecting character string information filled by a user in at least one information input box;
the form filling result feedback prompting device detects the character string information filled by the user in at least one information input box. The information input box is an area where a user inputs characters when filling out a form. And the character string information is the characters input by the user in the information input box.
The character string information may be a character string composed of any one or more of numbers, letters, or symbols.
202. Judging whether the character string information accords with the filling rule of the corresponding information input box;
the form filling result feedback prompting device judges whether the character string information accords with the filling rule of the corresponding information input box, if so, the feedback operation is not executed or the indication information of correct filling is not fed back; if not, go to step 203.
The filling rule is a filling rule of a form item corresponding to the information input box; if the form item is a mobile phone number, and the filling rule of the mobile phone number is "11-digit numeric characters", when letters exist in the character string information or the numeric characters are greater than or less than 11 digits, it can be determined that the character string information does not conform to the filling rule. For another example, the form item is a mail account name, the filling rule of the mail account name is an 'alphabet @ website', and when a number appears after the '@' symbol, it can be determined that the character string information does not conform to the filling rule. Further, "the character string information is empty" is also considered as one that does not comply with the filling rule.
Optionally, in practical application, the step of detecting the character string information may be triggered according to the following method:
firstly, when an input cursor of the character string information leaves the information input box, the step of judging whether the character string information in the information input box conforms to a filling rule is executed; that is, when the user completes the filling of the content of the current form item and moves to the next form item, the step of judging is triggered.
Or the like, or, alternatively,
and secondly, when a form submitting instruction is detected, executing the step of judging whether the character string information in the information input box conforms to the filling rule of the corresponding information input box, wherein the form submitting instruction is the submitting instruction of the form in which the at least one information input box is located. For example, after completing the filling of the whole form, the user clicks the submitted operation on the operation interface for filling the form, and then the step of judging is triggered.
It should be understood that the above two triggering manners are only examples, and other triggering manners may also be used in practical applications, and are not limited specifically herein.
203. And rendering and playing an error feedback animation corresponding to the information input box.
The form filling result feedback prompting device renders and plays an error feedback animation corresponding to the information input box, so that the display terminal plays the feedback animation to prompt the user that the corresponding form item is filled with an error; and the error feedback animation is a dynamic prompt for filling errors in the information input box by the character string information.
In the embodiment of the invention, the character string information input by the user is detected in the information input box, and when the character string information is detected to be wrong, the error feedback animation corresponding to the information input box is rendered and played, so that the user can know whether the filling content is correct or not.
Referring to fig. 3, another embodiment of a method for feeding back and prompting a form filling result in an embodiment of the present invention includes:
301. detecting an input form submission instruction;
and the form filling result feedback prompting device detects an input form submitting instruction, wherein the form submitting instruction is a submitting instruction of a form in which the at least one information input box is positioned.
302. Acquiring character string information filled in at least one information input box according to the form submission instruction;
the form filling result feedback prompting device acquires the character string information filled in at least one information input box according to the form submitting instruction; the information input box is an area where a user inputs characters when filling out a form. And the character string information is the characters input by the user in the information input box.
The character string information may be a character string composed of any one or more of numbers, letters, or symbols.
303. Submitting the character string information to a server;
and submitting the character string information to a server by the form filling result feedback prompting device, and judging the character string information by the server according to filling rules of the corresponding information input boxes.
Optionally, in practical application, whether the character string information in the information input box meets the filling rule may be determined in the following two ways, which is the way 2 used in the embodiment of the present invention:
1) judging whether the character string information in the information input box conforms to a filling rule or not according to locally stored character string information; namely, the form filling result feedback prompting device can be a client of related application, the client stores corresponding filling rules, and can directly execute judgment according to the filling rules without feeding back related information of character string information to a server side through a network;
2) sending the character string information to a server, and judging whether the character string information in the information input box conforms to filling rules or not according to a result fed back by the server; the filling rules corresponding to some form items or data related to the filling rules are stored on the server side, corresponding character string information needs to be sent to the server, the server judges whether the character string information in the information input box meets the filling rules, and the filling result feedback prompting device receives the judgment result of the server.
304. And rendering and playing an error feedback animation corresponding to the information input box.
The form filling result feedback prompting device acquires an error prompting message fed back by the server, and renders and plays an error feedback animation corresponding to the at least one information input box according to the error prompting message, so that the display terminal plays the feedback animation to prompt a user that the corresponding form item is filled with an error; and the error feedback animation is a dynamic prompt for filling errors in the information input box by the character string information. The error prompt message is an indication message that the character string information does not accord with the filling rule of the corresponding information input box.
In practical application, the server feeds back a judgment result to a form filling result feedback prompting device, and when the character string information does not accord with the filling rule of the corresponding information input box, the server feeds back the error prompting message to the form filling result feedback prompting device; and feeding back the indication information of 'correct filling' when the character string information conforms to the filling rules of the corresponding information input boxes.
The error feedback animation includes:
the shaking prompt of the information input box is shown in fig. 4, the information input box is an input box of character string information, a dotted line part in the figure is a shaking track of the number input box, and the input box is shaken to remind a user that a corresponding form item is wrongly filled;
or the like, or, alternatively,
and dynamic prompt of filling rules corresponding to the information input box, for example, if the filling interface of the form item has descriptions of the relevant filling rules, the error feedback animation can be the shaking of the description text of the filling rules.
It should be understood that the above two types of error feedback animations are only examples, and other types of error feedback animations can also be used in practical applications, and are not limited herein.
For convenience of understanding, the following describes the form filling result feedback prompting method in the embodiment of the present invention in detail by using an example of a specific application:
1. in this application example, the form filling result feedback prompting device is a client a of the mobile terminal application, the client a is preset with cs 3 animation of input, such as errorAn, and the related procedures are as follows:
Figure GDA0001517993320000071
Figure GDA0001517993320000081
2. when character string information input by a user in a form interface in a client A is acquired, the character string information input by the user is acquired in an information input box, the character string information is judged according to a preset filling rule, namely, the value input by an input in a program is judged, if the character string information is empty or has an incorrect format (namely, the character string information does not conform to the filling rule), the class in the program is added to the corresponding input, namely, the class is 'error', and the relevant program is as follows:
Figure GDA0001517993320000082
3. and playing a preset animation errorAn in a display interface of the client A to prompt a user to modify a corresponding form item.
4. After the animation playing is finished, remove class ═ error ", prepare for the next prompt.
In the embodiment of the present invention, the CSS is a Cascading Style Sheet (Cascading Style Sheet). When the webpage is manufactured, a cascading style sheet technology is adopted, so that the layout, the font, the color, the background and other effects of the webpage can be effectively and accurately controlled. The appearance and format of different parts of the same page or web pages with different pages can be changed by simply modifying the corresponding codes. CSS3 is an upgraded version of CSS technology, and the development of the CSS3 language is toward modularity. The previous specification is actually too large and complex as a module, so that it is broken down into smaller modules and more new modules are added. These modules include: the system comprises a box model, a list module, a hyperlink mode, a language module, a background, a frame, a character special effect, a multi-column layout and the like.
A table filling result feedback prompting device for executing the table filling result feedback prompting method according to the embodiment of the present invention is described below with reference to fig. 5, which includes:
a detecting unit 501, configured to detect character string information filled by a user in at least one information input box;
a feedback unit 502, configured to render and play an error feedback animation corresponding to the information input box if the character string information does not conform to the filling rule of the corresponding information input box, where the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box.
Further, the error feedback animation includes:
a shake prompt of the information input box;
or the like, or, alternatively,
and dynamically prompting the filling rule corresponding to the information input box.
Further, the apparatus further comprises:
a judging unit 503, configured to judge whether the character string information in the information input box conforms to a filling rule;
the feedback unit is further configured to: and if the character string information conforms to the filling rule, not executing feedback operation or feeding back indication information of correct filling.
Further, the apparatus further comprises:
a judgment triggering unit 504, configured to execute the judgment unit when the input cursor of the character string information leaves the information input box; or, when the user executes the submission operation corresponding to the character string information, the judging unit is executed.
Next, another form filling result feedback prompting apparatus for executing the form filling result feedback prompting method according to the embodiment of the present invention is described with reference to fig. 6, which includes:
a form detection unit 601, configured to detect an input form submission instruction;
an information obtaining unit 602, configured to obtain, according to the form submission instruction, character string information filled in at least one information input box;
a submitting unit 603, configured to submit the string information to a server;
an information feedback unit 604, configured to obtain an error prompt message fed back by the server, and render and play an error feedback animation corresponding to the at least one information input box according to the error prompt message, where the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box.
Specifically, the error feedback animation includes:
a shake prompt of the information input box;
or the like, or, alternatively,
and dynamically prompting the filling rule corresponding to the information input box.
The specific operation flows of the units may refer to the above method embodiments, and are not described herein again.
A form filling result feedback prompting system for executing the form filling result feedback prompting method according to the embodiment of the present invention is described below, including:
a filling result feedback prompting device and a server;
the form filling result feedback prompting device is used for detecting an input form submission instruction; acquiring character string information filled in at least one information input box according to the form submission instruction; submitting the character string information to the server; acquiring an error prompt message fed back by the server, and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box;
the server is used for receiving the character string information submitted by the form filling result feedback prompting device; and judging whether the character string information accords with the filling rule of the corresponding information input box, if not, feeding the error prompt message back to the form filling result feedback prompt device.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A form filling result feedback prompting method is characterized by comprising the following steps:
detecting character string information filled by a user in at least one information input box;
if the filling rule of the corresponding information input box is not met, rendering and playing an error feedback animation corresponding to the information input box, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box, and the error feedback animation is preset in a page to which the input box belongs by a Cascading Style Sheet (CSS);
wherein, there is filling rule on the filling interface of the form item, the error feedback animation includes:
and dynamic prompt of the filling rule corresponding to the information input box, wherein the dynamic prompt comprises shaking of a description text of the filling rule.
2. The method of claim 1,
before the rendering and playing the error feedback animation corresponding to the information input box, the method comprises the following steps:
judging whether the character string information in the information input box conforms to the filling rule of the corresponding information input box;
after judging whether the character string information in the information input box conforms to the filling rule of the corresponding information input box, the method comprises the following steps:
and if the character string information conforms to the filling rule of the corresponding information input box, not executing feedback operation or feeding back indication information of 'correct filling'.
3. The method of claim 1,
when the input cursor of the character string information leaves the information input box, executing a step of judging whether the character string information in the information input box conforms to the filling rule of the corresponding information input box;
or the like, or, alternatively,
and when a form submission instruction is detected, executing the step of judging whether the character string information in the information input box conforms to the filling rule of the corresponding information input box, wherein the form submission instruction is the submission instruction of the form in which the at least one information input box is located.
4. A form filling result feedback prompting device, comprising:
the detection unit is used for detecting character string information filled by a user in at least one information input box;
the feedback unit is used for rendering and playing an error feedback animation corresponding to the information input box if the character string information does not accord with the filling rule of the corresponding information input box, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box, and is preset in a page to which the input box belongs by a Cascading Style Sheet (CSS);
wherein, there is filling rule on the filling interface of the form item, the error feedback animation includes:
and dynamic prompt of the filling rule corresponding to the information input box, wherein the dynamic prompt comprises shaking of a description text of the filling rule.
5. The apparatus of claim 4,
the device further comprises:
the judging unit is used for judging whether the character string information in the information input box conforms to the filling rule of the corresponding information input box;
the feedback unit is further configured to: and if the character string information conforms to the filling rule of the corresponding information input box, not executing feedback operation or feeding back indication information of 'correct filling'.
6. The apparatus of claim 5, further comprising:
the judgment triggering unit is used for executing the judgment unit when the input cursor of the character string information leaves the information input box; or, when the form submission instruction is detected, the judging unit is executed.
7. A form filling result feedback prompting method is characterized by comprising the following steps:
detecting an input form submission instruction;
acquiring character string information filled in at least one information input box according to the form submission instruction;
submitting the character string information to a server;
acquiring an error prompt message fed back by the server, and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box, and is preset in a page to which the input box belongs by a Cascading Style Sheet (CSS);
wherein, there is filling rule on the filling interface of the form item, the error feedback animation includes:
and dynamic prompt of the filling rule corresponding to the information input box, wherein the dynamic prompt comprises shaking of a description text of the filling rule.
8. A form filling result feedback prompting device, comprising:
the form detection unit is used for detecting an input form submission instruction;
the information acquisition unit is used for acquiring the character string information filled in at least one information input box according to the form submission instruction;
the submitting unit is used for submitting the character string information to a server;
the information feedback unit is used for acquiring an error prompt message fed back by the server and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box, and is preset in a page to which the input box belongs by a Cascading Style Sheet (CSS);
wherein, there is filling rule on the filling interface of the form item, the error feedback animation includes:
and dynamic prompt of the filling rule corresponding to the information input box, wherein the dynamic prompt comprises shaking of a description text of the filling rule.
9. A form filling result feedback prompting system, comprising:
a filling result feedback prompting device and a server;
the form filling result feedback prompting device is used for detecting an input form submission instruction; acquiring character string information filled in at least one information input box according to the form submission instruction; submitting the character string information to the server; acquiring an error prompt message fed back by the server, and rendering and playing an error feedback animation corresponding to the at least one information input box according to the error prompt message, wherein the error feedback animation is a dynamic prompt indicating that a form filling error occurs in the information input box, and is preset in a page to which the input box belongs by a Cascading Style Sheet (CSS);
the server is used for receiving the character string information submitted by the form filling result feedback prompting device; judging whether the character string information accords with filling rules of corresponding information input boxes or not, and if not, feeding back the error prompt message to the form filling result feedback prompt device;
wherein, there is filling rule on the filling interface of the form item, the error feedback animation includes:
and dynamic prompt of the filling rule corresponding to the information input box, wherein the dynamic prompt comprises shaking of a description text of the filling rule.
10. A computer-readable storage medium comprising instructions for performing the method of any of claims 1-3.
CN201510633557.3A 2015-09-29 2015-09-29 Form filling result feedback prompting method and device Active CN106559455B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510633557.3A CN106559455B (en) 2015-09-29 2015-09-29 Form filling result feedback prompting method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510633557.3A CN106559455B (en) 2015-09-29 2015-09-29 Form filling result feedback prompting method and device

Publications (2)

Publication Number Publication Date
CN106559455A CN106559455A (en) 2017-04-05
CN106559455B true CN106559455B (en) 2020-06-23

Family

ID=58417134

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510633557.3A Active CN106559455B (en) 2015-09-29 2015-09-29 Form filling result feedback prompting method and device

Country Status (1)

Country Link
CN (1) CN106559455B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180083131A (en) * 2017-01-12 2018-07-20 에이치피프린팅코리아 주식회사 Display apparatus and method for controlling the display apparatus thereof
CN110472200B (en) * 2019-07-29 2023-10-27 深圳市中兴新云服务有限公司 Form-based data processing method and device and electronic equipment
CN112035025A (en) * 2020-08-27 2020-12-04 浪潮云信息技术股份公司 Angular-based multifunctional configuration type input method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102301321A (en) * 2008-12-18 2011-12-28 诺基亚公司 Apparatus, Method, Computer Program And User Interface For Enabling User Input
CN103092986A (en) * 2013-02-06 2013-05-08 网之易信息技术(北京)有限公司 Feedback method and feedback device aiming at web page

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192145A (en) * 2006-11-20 2008-06-04 阿里巴巴公司 Error in-time prompt method and system
US8768069B2 (en) * 2011-02-24 2014-07-01 Sony Corporation Image enhancement apparatus and method
CN103197893A (en) * 2012-12-07 2013-07-10 杭州斯凯网络科技有限公司 Method for reminding user whether current input information is wrong or not in Android system
CN104079723A (en) * 2014-06-27 2014-10-01 深圳市东信时代信息技术有限公司 Information cueing system and method thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102301321A (en) * 2008-12-18 2011-12-28 诺基亚公司 Apparatus, Method, Computer Program And User Interface For Enabling User Input
CN103092986A (en) * 2013-02-06 2013-05-08 网之易信息技术(北京)有限公司 Feedback method and feedback device aiming at web page

Also Published As

Publication number Publication date
CN106559455A (en) 2017-04-05

Similar Documents

Publication Publication Date Title
US8819028B2 (en) System and method for web content extraction
WO2017088509A1 (en) Page customization method and device
CN108427731B (en) Page code processing method and device, terminal equipment and medium
US20150169511A1 (en) System and method for identifying floor of main body of webpage
CN106599940A (en) Picture character identification method and apparatus thereof
CN106559455B (en) Form filling result feedback prompting method and device
WO2014206169A1 (en) Method, device, and storage medium for drawing webpage text element based on html5
CN108959495B (en) page display method, device, equipment and computer storage medium of H5 webpage
CN105302626B (en) Analytic method of XPS (XPS) structured data
CN111985202A (en) Method, equipment and storage medium for generating PDF electronic signature based on template
CN110780868A (en) Website development method, device, equipment and storage medium based on componentized template
CN110990010A (en) Software interface code generation method and device
CN108563477B (en) Page event response method and device
JP6859504B2 (en) Methods, devices and terminal devices for extracting data
CN103150293A (en) Electronic device with messy code recovery function and messy code recovery method
CN104899203B (en) Webpage generation method and device and terminal equipment
CN111708535A (en) Image-text display control method and device and electronic equipment
CN104281560B (en) Display method, device and terminal of memory text information
JP5886477B2 (en) Determination apparatus, determination method, and program
TWI474202B (en) Methods for parsing content of document, handheld electronic apparatus and computer program product thereof
CN109271607A (en) User Page layout detection method and device, electronic equipment
CN109976865B (en) Task progress display method and device and terminal equipment
CN111355709A (en) Data verification method and device, electronic equipment and computer readable storage medium
CN116933728A (en) Text processing method, electronic device and storage medium
CN111669312A (en) Message interaction method, electronic device and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant